Commit 02b33898 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix configure to enable the stream_out_switcher if requiere.

parent 9ae8c891
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment