Commit c725a2f1 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

stream_out: only enable Chromecast if SOUT is enabled

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d6de5680
......@@ -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
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