projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e90dd5
)
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, 21 Jun 2021 19:07:16 +0000
(20:07 +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 151f185251e50c8a71ce04cc8993a75007dbc98c..a68f79cf5a01ed5db6e414395d090464058b8427 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2207,7
+2207,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