projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe6f37
)
Revert "configure: Require libmodplug >= 0.8.9"
author
Sebastian Ramacher
<sramacher@debian.org>
Mon, 19 Aug 2019 19:04:56 +0000
(21:04 +0200)
committer
Sebastian Ramacher
<sramacher@debian.org>
Mon, 20 Jul 2020 20:45:52 +0000
(21:45 +0100)
This reverts commit
48f014768dc22ecad23d0e9f53c38805a3aff832
.
Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 49a0cc608b437dd9d87b912b98504d42635dfeea..70a516fa10d45eec27d910aae2fddfc697291796 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2176,7
+2176,7
@@
AC_ARG_ENABLE(mod,
[AS_HELP_STRING([--disable-mod],
[do not use libmodplug (default auto)])])
if test "${enable_mod}" != "no" ; then
- PKG_CHECK_MODULES(LIBMODPLUG, [libmodplug >= 0.8.
9.0
], [
+ PKG_CHECK_MODULES(LIBMODPLUG, [libmodplug >= 0.8.
4 libmodplug != 0.8.8
], [
VLC_ADD_PLUGIN([mod])
VLC_ADD_CXXFLAGS([mod],[$LIBMODPLUG_CFLAGS])
VLC_ADD_CFLAGS([mod],[$LIBMODPLUG_CFLAGS]) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod