[vlc-commits] protoc: %.pb.h is also genterated on a call
Uwe L. Korn
git at videolan.org
Sun Oct 12 12:21:08 CEST 2014
vlc | branch: master | Uwe L. Korn <uwelk at xhochy.com> | Sat Oct 11 22:05:41 2014 +0100| [6f84bf8a50698ffa653b81895abb1080acedfb76] | committer: Rémi Denis-Courmont
protoc: %.pb.h is also genterated on a call
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f84bf8a50698ffa653b81895abb1080acedfb76
---
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 ca33c4d..a11568a 100644
--- a/modules/stream_out/Modules.am
+++ b/modules/stream_out/Modules.am
@@ -73,7 +73,7 @@ dummy.cpp:
# Chromecast plugin
SUFFIXES += .proto .pb.cc
-%.pb.cc: %.proto
+%.pb.h %.pb.cc: %.proto
$(PROTOC) --cpp_out=. -I$(srcdir) $<
SOURCES_stream_out_chromecast = chromecast/cast_channel.proto chromecast/cast.cpp \
More information about the vlc-commits
mailing list