Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9f0dae38
Commit
9f0dae38
authored
Apr 28, 2008
by
Rémi Denis-Courmont
Browse files
Don't bother with mux/ and stream_out/ is sout is disabled
parent
120dd9b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9f0dae38
...
...
@@ -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)])
...
...
modules/Makefile.am
View file @
9f0dae38
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment