mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 16:14:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			266 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			266 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
# ogg pkg-config file
 | 
						|
 | 
						|
prefix=@prefix@
 | 
						|
exec_prefix=@exec_prefix@
 | 
						|
libdir=@libdir@
 | 
						|
includedir=@includedir@
 | 
						|
 | 
						|
Name: ogg
 | 
						|
Description: ogg is a library for manipulating ogg bitstreams
 | 
						|
Version: @VERSION@
 | 
						|
Requires:
 | 
						|
Conflicts:
 | 
						|
Libs: -L${libdir} -logg
 | 
						|
Cflags: -I${includedir}
 |