Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
371B

  1. --- libsndfile-static-1.0.25.orig/sndfile.pc.in
  2. +++ libsndfile-static-1.0.25/sndfile.pc.in
  3. @@ -7,6 +7,6 @@ Name: sndfile
  4. Description: A library for reading and writing audio files
  5. Requires:
  6. Version: @VERSION@
  7. -Libs: -L${libdir} -lsndfile
  8. +Libs: -L${libdir} -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm
  9. Libs.private: @EXTERNAL_XIPH_LIBS@
  10. Cflags: -I${includedir}