forked from Mirrors/freeswitch
4ee40ddc34
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11979 d0543943-73ff-0310-b7d9-9358b9ac24b2
16 lines
359 B
PkgConfig
16 lines
359 B
PkgConfig
# libspeexdsp pkg-config source file
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: speexdsp
|
|
Description: Speexdsp is a speech processing library that goes along with the Speex codec
|
|
Version: @SPEEX_VERSION@
|
|
Requires: @FFT_PKGCONFIG@
|
|
Conflicts:
|
|
Libs: -L${libdir} -lspeexdsp
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|