vorbisfile.pc.in 387 B

123456789101112131415
  1. # libvorbisfile pkg-config source file
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: vorbisfile
  7. Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams
  8. Version: @VERSION@
  9. Requires: vorbis
  10. Conflicts:
  11. Libs: -L${libdir} -lvorbisfile
  12. Cflags: -I${includedir}