[vlc-commits] chromecast: Work around PROTOBUF_INLINE_NOT_IN_HEADERS not being defined
Hugo Beauzée-Luyssen
git at videolan.org
Tue Feb 21 14:00:59 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Feb 21 13:51:31 2017 +0100| [f3ba7806b243eaa57badcbd5c79ed8e516b99527] | committer: Hugo Beauzée-Luyssen
chromecast: Work around PROTOBUF_INLINE_NOT_IN_HEADERS not being defined
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3ba7806b243eaa57badcbd5c79ed8e516b99527
---
modules/stream_out/chromecast/chromecast.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/stream_out/chromecast/chromecast.h b/modules/stream_out/chromecast/chromecast.h
index a347f91..d60e43e 100644
--- a/modules/stream_out/chromecast/chromecast.h
+++ b/modules/stream_out/chromecast/chromecast.h
@@ -37,6 +37,9 @@
#include <atomic>
#include <sstream>
+#ifndef PROTOBUF_INLINE_NOT_IN_HEADERS
+# define PROTOBUF_INLINE_NOT_IN_HEADERS 0
+#endif
#include "cast_channel.pb.h"
#include "chromecast_common.h"
More information about the vlc-commits
mailing list