mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			433 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			433 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| # This file is obsoleted but provided for backwards compatibility 
 | |
| # with legacy package environments
 | |
| 
 | |
| prefix=@prefix@
 | |
| exec_prefix=@exec_prefix@
 | |
| libdir=@libdir@
 | |
| includedir=@includedir@
 | |
| 
 | |
| Name: SoundTouch
 | |
| Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files
 | |
| Version: @VERSION@
 | |
| Libs: -L${libdir} -lSoundTouch
 | |
| Cflags: -I${includedir}/soundtouch  
 | |
| 
 |