[vlc-commits] demux: dash: fix win32 build

Francois Cartegnie git at videolan.org
Mon Jan 12 20:46:18 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Jan 12 20:45:59 2015 +0100| [835f002aeb4329939a8b2e695835ce7da5a59d3d] | committer: Francois Cartegnie

demux: dash: fix win32 build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=835f002aeb4329939a8b2e695835ce7da5a59d3d
---

 modules/demux/dash/mpd/SegmentTimeline.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/dash/mpd/SegmentTimeline.cpp b/modules/demux/dash/mpd/SegmentTimeline.cpp
index 7078bf8..7ca8cbf 100644
--- a/modules/demux/dash/mpd/SegmentTimeline.cpp
+++ b/modules/demux/dash/mpd/SegmentTimeline.cpp
@@ -20,6 +20,7 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
+#define __STDC_CONSTANT_MACROS
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"



More information about the vlc-commits mailing list