blob: 61807b3e14cc5ebf3513531d0f4dc311b0ee2ea5 [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001From: Sebastian Ramacher <sramacher@debian.org>
2Date: Mon, 19 Aug 2019 21:08:26 +0200
3Subject: Revert "configure: Require libmodplug >= 0.8.9"
4
Andrew Geissler517393d2023-01-13 08:55:19 -06005Upstream-Status: Inappropriate
Andrew Geissler87f5cff2022-09-30 13:13:31 -05006
Andrew Geissler517393d2023-01-13 08:55:19 -06007RPI-Distro repo forks original vlc and applies patches
8to enable raspiberry pi support.
9
10This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.
Andrew Geissler87f5cff2022-09-30 13:13:31 -050011---
12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
Andrew Geissler517393d2023-01-13 08:55:19 -060015diff --git a/configure.ac b/configure.ac
16index df26367..b8580ec 100644
Andrew Geissler87f5cff2022-09-30 13:13:31 -050017--- a/configure.ac
18+++ b/configure.ac
19@@ -2207,7 +2207,7 @@ AC_ARG_ENABLE(mod,
20 [AS_HELP_STRING([--disable-mod],
21 [do not use libmodplug (default auto)])])
22 if test "${enable_mod}" != "no" ; then
23- PKG_CHECK_MODULES(LIBMODPLUG, [libmodplug >= 0.8.9.0], [
24+ PKG_CHECK_MODULES(LIBMODPLUG, [libmodplug >= 0.8.4 libmodplug != 0.8.8], [
25 VLC_ADD_PLUGIN([mod])
26 VLC_ADD_CXXFLAGS([mod],[$LIBMODPLUG_CFLAGS])
27 VLC_ADD_CFLAGS([mod],[$LIBMODPLUG_CFLAGS]) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod