mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libopenmpt: add libvorbisfile to pkgconfig
fixes following build error: ./toolchain/armv7a-libreelec-linux-gnueabihf/sysroot/usr/lib/ libopenmpt.a(libopenmpt_la-Load_xm.o):Load_xm.cpp:function OpenMPT::ReadSampleData(OpenMPT::ModSample&, OpenMPT::SampleIO, OpenMPT::detail::FileReader<OpenMPT::FileReaderTraitsStdStream>&, bool&): error: undefined reference to 'ov_open_callbacks'
This commit is contained in:
parent
39a23cc750
commit
34b7b2a5f5
@ -0,0 +1,11 @@
|
||||
--- a/libopenmpt/libopenmpt.pc.in 2016-07-09 18:17:00.000000000 +0000
|
||||
+++ b/libopenmpt/libopenmpt.pc.in 2021-12-25 00:53:54.189008995 +0000
|
||||
@@ -8,7 +8,7 @@
|
||||
Description: Tracker module player based on OpenMPT
|
||||
Version: @VERSION@
|
||||
Requires.private: @LIBOPENMPT_REQUIRES_PRIVATE@
|
||||
-Libs: -L${libdir} -lopenmpt
|
||||
+Libs: -L${libdir} -lopenmpt -lvorbisfile
|
||||
Libs.private: @LIBOPENMPT_LIBS_PRIVATE@
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user