projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b95d412
)
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, 10 Jun 2024 21:20:04 +0000
(23:20 +0200)
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 079a00df8889de53827d93fe43c0fda1e208bc49..63a915ade464a64b5a3a49ae3bd6bcf46456c83f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2205,7
+2205,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