speex.pc.in 301 B

123456789101112131415
  1. # libspeex pkg-config source file
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: speex
  7. Description: Speex is an audio codec tuned for speech
  8. Version: @SPEEX_VERSION@
  9. Requires:
  10. Conflicts:
  11. Libs: -L${libdir} -lspeex
  12. Libs.private: @LIBM@
  13. Cflags: -I${includedir}