Restructuring so our libraries can go into a separate libmist project.
This commit is contained in:
parent
a71ab0427e
commit
49fe8afb84
9 changed files with 57 additions and 963 deletions
11
lib/mist-1.0.pc.in
Normal file
11
lib/mist-1.0.pc.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: Mist
|
||||
Description: Mist Streaming Media Library
|
||||
Requires: openssl
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lmist-1.0 -lssl -lcrypto
|
||||
Cflags: -I${includedir}/mist-1.0 -I${libdir}/mist-1.0/include
|
Loading…
Add table
Add a link
Reference in a new issue