mirror of
				https://github.com/bolucat/Archive.git
				synced 2025-10-31 20:03:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			347 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			347 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| # Opus codec reference implementation pkg-config file
 | |
| 
 | |
| prefix=@prefix@
 | |
| exec_prefix=@exec_prefix@
 | |
| libdir=@libdir@
 | |
| includedir=@includedir@
 | |
| 
 | |
| Name: Opus
 | |
| Description: Opus IETF audio codec (@PC_BUILD@ build)
 | |
| URL: https://opus-codec.org/
 | |
| Version: @VERSION@
 | |
| Requires:
 | |
| Conflicts:
 | |
| Libs: -L${libdir} -lopus
 | |
| Libs.private: @LIBM@
 | |
| Cflags: -I${includedir}/opus
 | 
