[vlc-devel] commit: Fix configure to enable the stream_out_switcher if requiere. ( Rémi Duraffort )
git version control
git at videolan.org
Wed Jul 8 11:17:41 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Jul 8 10:58:51 2009 +0200| [02b338985c9e7254bc5f956f0e606f6266860a58] | committer: Rémi Duraffort
Fix configure to enable the stream_out_switcher if requiere.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02b338985c9e7254bc5f956f0e606f6266860a58
---
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0c21b39..503872e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1709,6 +1709,9 @@ AM_CONDITIONAL(ENABLE_SOUT, [test "${enable_sout}" != "no"])
AC_ARG_ENABLE(switcher,
[ --enable-switcher Stream-out switcher plugin (default disabled)])
+AS_IF([test "${enable_switcher}" = "yes"], [
+ VLC_ADD_PLUGIN([stream_out_switcher])
+])
dnl Check for libshout
AC_ARG_ENABLE(shout,
More information about the vlc-devel
mailing list