Home | History | Annotate | Download | only in speex
      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: @PACKAGE_VERSION@
     11 Requires: @FFT_PKGCONFIG@
     12 Conflicts:
     13 Libs: -L${libdir} -lspeexdsp
     14 Libs.private: @LIBM@
     15 Cflags: -I${includedir}
     16