vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Oct 2 20:57:15 2014 +0300| [7efd96ad03001520ebe6132f7d6d057df0f4436c] | committer: Rémi Denis-Courmont
chromecast: do not build unbuildable sources > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7efd96ad03001520ebe6132f7d6d057df0f4436c --- modules/stream_out/Modules.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stream_out/Modules.am b/modules/stream_out/Modules.am index 4d78f08..9167da1 100644 --- a/modules/stream_out/Modules.am +++ b/modules/stream_out/Modules.am @@ -72,7 +72,6 @@ dummy.cpp: # Chromecast plugin SUFFIXES += .proto .pb.cc -BUILT_SOURCES += chromecast/cast_channel.pb.cc %.pb.cc: %.proto $(PROTOC) --cpp_out=. -I$(srcdir) $< @@ -82,5 +81,6 @@ SOURCES_stream_out_chromecast = chromecast/cast_channel.proto chromecast/cast.cp nodist_libstream_out_chromecast_plugin_la_SOURCES = chromecast/cast_channel.pb.cc if BUILD_CHROMECAST +BUILT_SOURCES += chromecast/cast_channel.pb.cc stream_out_LTLIBRARIES += libstream_out_chromecast_plugin.la endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
