mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-30 17:23:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			387 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			387 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| # libvorbisfile pkg-config source file
 | |
| 
 | |
| prefix=@prefix@
 | |
| exec_prefix=@exec_prefix@
 | |
| libdir=@libdir@
 | |
| includedir=@includedir@
 | |
| 
 | |
| Name: vorbisfile
 | |
| Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams
 | |
| Version: @VERSION@
 | |
| Requires: vorbis
 | |
| Conflicts:
 | |
| Libs: -L${libdir} -lvorbisfile
 | |
| Cflags: -I${includedir}
 |