projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119fc12
)
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>
Sun, 31 Jan 2021 10:40:59 +0000
(10:40 +0000)
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 ebdd5cd11fc12f4811e3b3aef78ead2a7e02143e..041a2916306ae63b126ed2eff38227ac0d3cf4d2 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