mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
5c259f26d2
Various little tweaks to spandsp to bring it into line with the master versions Addition of Ademco Contact ID protocol processing to spandsp
13 lines
245 B
PkgConfig
13 lines
245 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: spandsp
|
|
Description: A DSP library for telephony.
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lspandsp
|
|
Libs.private: -ltiff -lm
|
|
Cflags: -I${includedir}
|