vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Jan 2 15:54:06 2015 +0100| [a4878ec480a0a8beaedfb0083cc395636943d989] | committer: Jean-Baptiste Kempf
Dash: fix compilation for Windows > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4878ec480a0a8beaedfb0083cc395636943d989 --- modules/demux/dash/mpd/SegmentInformation.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/demux/dash/mpd/SegmentInformation.hpp b/modules/demux/dash/mpd/SegmentInformation.hpp index c72ee6a..d0181fb 100644 --- a/modules/demux/dash/mpd/SegmentInformation.hpp +++ b/modules/demux/dash/mpd/SegmentInformation.hpp @@ -20,6 +20,8 @@ #ifndef SEGMENTINFORMATION_HPP #define SEGMENTINFORMATION_HPP +#define __STDC_CONSTANT_MACROS + #ifdef HAVE_CONFIG_H # include "config.h" #endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
