[vlc-commits] demux: dash: fix c++ compilation

Francois Cartegnie git at videolan.org
Sun Jun 7 22:37:11 CEST 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Jun  7 22:36:09 2015 +0200| [1c473801307bb158d1f9645ffe14fb39d2df9020] | committer: Francois Cartegnie

demux: dash: fix c++ compilation

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

 modules/demux/dash/mp4/AtomsReader.hpp |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/demux/dash/mp4/AtomsReader.hpp b/modules/demux/dash/mp4/AtomsReader.hpp
index 5b3f6b6..285aadf 100644
--- a/modules/demux/dash/mp4/AtomsReader.hpp
+++ b/modules/demux/dash/mp4/AtomsReader.hpp
@@ -20,6 +20,8 @@
 #ifndef ATOMSREADER_HPP
 #define ATOMSREADER_HPP
 
+#define __STDC_CONSTANT_MACROS
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif



More information about the vlc-commits mailing list