1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #1537, #1282, use ST source code in SRS

This commit is contained in:
winlin 2019-12-25 15:55:56 +08:00
parent c91ffbee93
commit 916ec71801
43 changed files with 14806 additions and 4 deletions

10
trunk/3rdparty/st-srs/st.pc.in vendored Normal file
View file

@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libst
Description: State Thread Library
Version: @VERSION@
Libs: -L${libdir} -lst
Cflags: -I${includedir}