mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
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} -lsrtp2 @LIBS@
 | 
						|
Cflags: -I${includedir}
 |