mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			416 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			416 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
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@
 |