Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
This commit is contained in:
parent
57004919aa
commit
51a9b4162c
8 changed files with 266 additions and 595 deletions
|
@ -5,7 +5,6 @@ includedir=@includedir@
|
|||
|
||||
Name: Mist
|
||||
Description: Mist Streaming Media Library
|
||||
Requires: openssl
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lmist-1.0 -lssl -lcrypto -lrt
|
||||
Libs: -L${libdir} -lmist-1.0
|
||||
Cflags: -I${includedir}/mist-1.0 -I${libdir}/mist-1.0/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue