- add libsrtp back as part of top repo - this repo should be solid
This commit is contained in:
12
src/libs/libsrtp/libsrtp3.pc.in
Normal file
12
src/libs/libsrtp/libsrtp3.pc.in
Normal file
@@ -0,0 +1,12 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Version: @PACKAGE_VERSION@
|
||||
Description: Library for SRTP (Secure Realtime Transport Protocol)
|
||||
|
||||
Libs: -L${libdir} -lsrtp3
|
||||
Libs.private: @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user