You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
364B

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