opusfile.pc.in 348 B

12345678910111213141516
  1. # opusfile installed pkg-config file
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: opusfile
  7. Description: High-level Opus decoding library
  8. Version: @PACKAGE_VERSION@
  9. Requires.private: ogg >= 1.3 opus >= 1.0.1
  10. Conflicts:
  11. Libs: -L${libdir} -lopusfile
  12. Libs.private: @lrintf_lib@
  13. Cflags: -I${includedir}/opus