]> git.sesse.net Git - vlc/commitdiff
Chromecast: fix compilation for INT64_C definition
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 11 Oct 2014 16:25:26 +0000 (18:25 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 12 Oct 2014 16:54:27 +0000 (18:54 +0200)
modules/stream_out/chromecast/cast.cpp

index 7a93648c3f8ed427ca003210806a626a9a902d43..68931ca3d276b9ee8f6289496315768249ad3a9b 100644 (file)
 # include <poll.h>
 #endif
 
+#ifndef __STDC_CONSTANT_MACROS
+# define __STDC_CONSTANT_MACROS
+#endif
+
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_sout.h>