mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Actually include the 2.1.0 sbsms library
This commit is contained in:
10
lib-src/libsbsms/sbsms.pc.in
Normal file
10
lib-src/libsbsms/sbsms.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
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}
|
Reference in New Issue
Block a user