Update tizen 2.0 beta source
[external/speex.git] / speexdsp.pc.in
1 # libspeexdsp pkg-config source file
2
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
7
8 Name: speexdsp
9 Description: Speexdsp is a speech processing library that goes along with the Speex codec
10 Version: @SPEEX_VERSION@
11 Requires: @FFT_PKGCONFIG@
12 Conflicts:
13 Libs: -L${libdir} -lspeexdsp
14 Libs.private: -lm
15 Cflags: -I${includedir}