mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
12 lines
226 B
PkgConfig
12 lines
226 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: spandsp
|
|
Description: A DSP library for telephony.
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lspandsp -ltiff -lm
|
|
Cflags: -I${includedir}
|