]> git.sesse.net Git - vlc/commitdiff
Dash: fix compilation for Windows
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 2 Jan 2015 14:54:06 +0000 (15:54 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 2 Jan 2015 14:54:06 +0000 (15:54 +0100)
modules/demux/dash/mpd/SegmentInformation.hpp

index c72ee6af06c6ec7366ddb3c59dfe80bf866c1b82..d0181fb8170937195ea1e13bfb01f6dedafc824b 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef SEGMENTINFORMATION_HPP
 #define SEGMENTINFORMATION_HPP
 
+#define __STDC_CONSTANT_MACROS
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif