[vlc-commits] Dash: fix compilation for Windows

Jean-Baptiste Kempf git at videolan.org
Fri Jan 2 15:54:18 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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



More information about the vlc-commits mailing list