sndfile.pc 273 B

123456789101112
  1. prefix=/usr
  2. exec_prefix=/usr
  3. libdir=/usr/lib
  4. includedir=/usr/include
  5. Name: sndfile
  6. Description: A library for reading and writing audio files
  7. Requires:
  8. Version: 1.0.27
  9. Libs: -L${libdir} -lsndfile
  10. Libs.private: -lFLAC -logg -lvorbis -lvorbisenc
  11. Cflags: -I${includedir}