mirror of
https://github.com/videolan/vlc.git
synced 2024-11-30 21:33:40 +08:00
Don't bother with mux/ and stream_out/ is sout is disabled
This commit is contained in:
parent
120dd9b46e
commit
9f0dae38ae
@ -1762,6 +1762,7 @@ then
|
||||
|
||||
AC_DEFINE(ENABLE_SOUT, 1, Define if you want the stream output support)
|
||||
fi
|
||||
AM_CONDITIONAL(ENABLE_SOUT, [test "${enable_sout}" != "no"])
|
||||
|
||||
AC_ARG_ENABLE(switcher,
|
||||
[ --enable-switcher Stream-out switcher plugin (default disabled)])
|
||||
|
@ -11,14 +11,20 @@ SUBDIRS = \
|
||||
gui \
|
||||
meta_engine \
|
||||
misc \
|
||||
mux \
|
||||
packetizer \
|
||||
services_discovery \
|
||||
stream_out \
|
||||
video_chroma \
|
||||
video_filter \
|
||||
video_output \
|
||||
visualization
|
||||
EXTRA_SUBDIRS = \
|
||||
mux \
|
||||
stream_out
|
||||
if ENABLE_SOUT
|
||||
SUBDIRS += mux stream_out
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS)
|
||||
|
||||
dist_noinst_SCRIPTS = genmf list.sh
|
||||
dist_noinst_DATA = LIST
|
||||
|
Loading…
Reference in New Issue
Block a user