mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 09:06:18 +00:00
34b7b2a5f5
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'
12 lines
417 B
Diff
12 lines
417 B
Diff
--- 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}
|
|
|