[vlc-commits] Configure: slight simplification.
Jean-Baptiste Kempf
git at videolan.org
Tue Sep 6 18:12:04 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 6 18:02:49 2011 +0200| [5a070f6941676d9f3fc9d8d3f6297a6cd308001b] | committer: Jean-Baptiste Kempf
Configure: slight simplification.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a070f6941676d9f3fc9d8d3f6297a6cd308001b
---
configure.ac | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index c3b0d73..205501e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2194,11 +2194,8 @@ 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 mux support], [auto])
-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])
+ PKG_ENABLE_MODULES_VLC([SHOUT], [access_output_shout], [shout >= 2.1], [libshout output plugin], [auto])
fi
dnl
More information about the vlc-commits
mailing list