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:
Thulinma 2012-12-07 17:48:58 +01:00
parent 57004919aa
commit 51a9b4162c
8 changed files with 266 additions and 595 deletions

View file

@ -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