Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 1 | From: Sebastian Ramacher <sramacher@debian.org> |
| 2 | Date: Mon, 19 Aug 2019 21:08:26 +0200 |
| 3 | Subject: Revert "configure: Require libmodplug >= 0.8.9" |
| 4 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame^] | 5 | Upstream-Status: Inappropriate |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 6 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame^] | 7 | RPI-Distro repo forks original vlc and applies patches |
| 8 | to enable raspiberry pi support. |
| 9 | |
| 10 | This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832. |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 11 | --- |
| 12 | configure.ac | 2 +- |
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame^] | 15 | diff --git a/configure.ac b/configure.ac |
| 16 | index df26367..b8580ec 100644 |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 17 | --- 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 |