1# libspeexdsp pkg-config source file 2 3prefix=@prefix@ 4exec_prefix=@exec_prefix@ 5libdir=@libdir@ 6includedir=@includedir@ 7 8Name: speexdsp 9Description: Speexdsp is a speech processing library that goes along with the Speex codec 10Version: @PACKAGE_VERSION@ 11Requires: @FFT_PKGCONFIG@ 12Conflicts: 13Libs: -L${libdir} -lspeexdsp 14Libs.private: @LIBM@ 15Cflags: -I${includedir} 16