blob: 6c6d26f3ab6e9b6bc95dcac2c601ee0e9c45b15b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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: @PACKAGE_VERSION@
Requires: @FFT_PKGCONFIG@
Conflicts:
Libs: -L${libdir} -lspeexdsp
Libs.private: @LIBM@
Cflags: -I${includedir}
|