mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
mpd: link against static libopenmpt
read: - https://lists.nongnu.org/archive/html/qemu-devel/2021-01/msg07671.html
This commit is contained in:
parent
8a132d0340
commit
01057f7522
@ -0,0 +1,11 @@
|
|||||||
|
--- a/src/decoder/plugins/meson.build 2024-12-03 11:56:57.000000000 +0000
|
||||||
|
+++ b/src/decoder/plugins/meson.build 2024-12-30 14:15:29.590502435 +0000
|
||||||
|
@@ -108,7 +108,7 @@
|
||||||
|
]
|
||||||
|
endif
|
||||||
|
|
||||||
|
-libopenmpt_dep = dependency('libopenmpt', required: get_option('openmpt'))
|
||||||
|
+libopenmpt_dep = dependency('libopenmpt', required: get_option('openmpt'), static: true)
|
||||||
|
decoder_features.set('ENABLE_OPENMPT', libopenmpt_dep.found())
|
||||||
|
decoder_features.set('HAVE_LIBOPENMPT_VERSION_0_5', libopenmpt_dep.version().version_compare('>= 0.5'))
|
||||||
|
if libopenmpt_dep.found()
|
Loading…
x
Reference in New Issue
Block a user