freeswitch/libs/speex/speex.pc.in
Michael Jerris 4ee40ddc34 update speex to 1.2rc1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 06:02:32 +00:00

16 lines
298 B
PkgConfig

# libspeex pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: speex
Description: Speex is an audio codec tuned for speech
Version: @SPEEX_VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lspeex
Libs.private: -lm
Cflags: -I${includedir}