1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/audio/libsndfile/patches/libsndfile-add-required-static-libaries-to-pkg-config.patch
2021-09-29 20:45:55 +10:00

10 lines
323 B
Diff

--- a/sndfile.pc 2021-01-24 23:22:23.000000000 +1100
+++ b/sndfile.pc.in 2021-09-12 14:30:47.763655089 +1000
@@ -8,5 +8,5 @@
Requires:
Requires.private: @EXTERNAL_XIPH_REQUIRE@
Version: @VERSION@
-Libs: -L${libdir} -lsndfile
+Libs: -L${libdir} -lsndfile -lFLAC -lvorbis -logg -lvorbisenc -lopus
Cflags: -I${includedir}