mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02: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} |