mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 06:03:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			254 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			254 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@prefix@
 | |
| exec_prefix=@exec_prefix@
 | |
| libdir=@libdir@
 | |
| includedir=@includedir@
 | |
| 
 | |
| Name: sbsms
 | |
| Description: C++ library for subband sinusoidal modeling time stretching and pitch scaling
 | |
| Version: @VERSION@
 | |
| Libs: -L${libdir} -lsbsms
 | |
| Cflags: -I${includedir} |