blob: 3dfcf853b0c5c2f69ca746aa333db6f26b4929b8 [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
5This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.
6
7Upstream-status: Pending
8---
9 configure.ac | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12--- a/configure.ac
13+++ b/configure.ac
14@@ -2207,7 +2207,7 @@ AC_ARG_ENABLE(mod,
15 [AS_HELP_STRING([--disable-mod],
16 [do not use libmodplug (default auto)])])
17 if test "${enable_mod}" != "no" ; then
18- PKG_CHECK_MODULES(LIBMODPLUG, [libmodplug >= 0.8.9.0], [
19+ PKG_CHECK_MODULES(LIBMODPLUG, [libmodplug >= 0.8.4 libmodplug != 0.8.8], [
20 VLC_ADD_PLUGIN([mod])
21 VLC_ADD_CXXFLAGS([mod],[$LIBMODPLUG_CFLAGS])
22 VLC_ADD_CFLAGS([mod],[$LIBMODPLUG_CFLAGS]) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod