vorbis.pc.in 308 B

12345678910111213141516
  1. # libvorbis pkg-config source file
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: vorbis
  7. Description: vorbis is the primary Ogg Vorbis library
  8. Version: @VERSION@
  9. Requires.private: ogg
  10. Conflicts:
  11. Libs: -L${libdir} -lvorbis
  12. Libs.private: -lm
  13. Cflags: -I${includedir}