[vlc-commits] stream_out: only enable Chromecast if SOUT is enabled
Steve Lhomme
git at videolan.org
Wed Dec 23 20:28:28 CET 2015
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed Dec 23 12:58:52 2015 +0100| [c725a2f13b603e399a0a2119f9ec20ad4de9b243] | committer: Jean-Baptiste Kempf
stream_out: only enable Chromecast if SOUT is enabled
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c725a2f13b603e399a0a2119f9ec20ad4de9b243
---
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
More information about the vlc-commits
mailing list