[vlc-devel] commit: Revert "Fix configure with --disable-sout" ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Oct 6 21:06:14 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Oct 6 21:56:27 2009 +0300| [b57f6a50d13e00b1a9a1273e78ab6a6c9910e5c9] | committer: Rémi Denis-Courmont
Revert "Fix configure with --disable-sout"
This reverts commit 6e0f047be321a4fe7bd24f2985b5c53666d80322.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b57f6a50d13e00b1a9a1273e78ab6a6c9910e5c9
---
configure.ac | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 027e2d5..09f0dee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2646,15 +2646,11 @@ dnl
PKG_ENABLE_MODULES_VLC([OGG], [], [ogg >= 1.0], [Ogg demux support], [auto])
if test "${enable_sout}" != "no"; then
PKG_ENABLE_MODULES_VLC([MUX_OGG], [], [ogg >= 1.0], [Ogg demux support], [auto])
-else
- AM_CONDITIONAL(HAVE_MUX_OGG, 0)
fi
if test "${enable_sout}" != "no"; then
dnl Check for libshout
PKG_ENABLE_MODULES_VLC([shout], [access_output_shout], [shout >= 2.1], [libshout output plugin], [auto])
-else
- AM_CONDITIONAL(HAVE_shout, 0)
fi
dnl
More information about the vlc-devel
mailing list