Commit 5ff089b5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Chromecast: fix compilation for INT64_C definition

parent a0a88e79
......@@ -33,6 +33,10 @@
# 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>
......
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