mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Build SRT from source by SRS. 4.0.115
This commit is contained in:
parent
262f0fc8c8
commit
90f1b482ab
115 changed files with 44513 additions and 19 deletions
12
trunk/3rdparty/srt-1-fit/scripts/srt.pc.in
vendored
Normal file
12
trunk/3rdparty/srt-1-fit/scripts/srt.pc.in
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
prefix=@INSTALLDIR@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
||||
Name: srt
|
||||
Description: SRT library set
|
||||
Version: @SRT_VERSION@
|
||||
Libs: -L${libdir} -l@TARGET_srt@ @IFNEEDED_LINK_HAICRYPT@ @IFNEEDED_SRTBASE@ @IFNEEDED_SRT_LDFLAGS@
|
||||
Libs.private: @SRT_LIBS_PRIVATE@
|
||||
Cflags: -I${includedir} -I${includedir}/srt
|
||||
Requires.private: @SSL_REQUIRED_MODULES@
|
Loading…
Add table
Add a link
Reference in a new issue