speex.pc.in 294 B

1234567891011121314
  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. Cflags: -I${includedir}
粤ICP备19079148号