[vlc-devel] [PATCH 33/33] stream_out: only enable Chromecast if SOUT is enabled

Steve Lhomme robux4 at videolabs.io
Wed Dec 23 12:58:52 CET 2015


---
 modules/stream_out/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/stream_out/Makefile.am b/modules/stream_out/Makefile.am
index 3661be6..76ee585 100644
--- a/modules/stream_out/Makefile.am
+++ b/modules/stream_out/Makefile.am
@@ -88,7 +88,9 @@ libstream_out_chromecast_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -Istream_out/chrome
 libstream_out_chromecast_plugin_la_LIBADD = $(CHROMECAST_LIBS) $(SOCKET_LIBS)
 CLEANFILES += $(nodist_libstream_out_chromecast_plugin_la_SOURCES)
 
+if ENABLE_SOUT
 if BUILD_CHROMECAST
 BUILT_SOURCES += stream_out/chromecast/cast_channel.pb.h
 sout_LTLIBRARIES += libstream_out_chromecast_plugin.la
 endif
+endif
-- 
2.6.3



More information about the vlc-devel mailing list