[vlc-commits] Dash: fix Android compilation

Jean-Baptiste Kempf git at videolan.org
Thu Dec 18 23:10:36 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 18 23:10:15 2014 +0100| [e36f9d18bdb4d62ed770623564107aaffcb79a41] | committer: Jean-Baptiste Kempf

Dash: fix Android compilation

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

 modules/stream_filter/dash/DASHManager.cpp |    4 ++--
 modules/stream_filter/dash/mpd/Segment.cpp |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/stream_filter/dash/DASHManager.cpp b/modules/stream_filter/dash/DASHManager.cpp
index e6c5853..501425c 100644
--- a/modules/stream_filter/dash/DASHManager.cpp
+++ b/modules/stream_filter/dash/DASHManager.cpp
@@ -21,12 +21,12 @@
  * 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"
 #endif
 
-#define __STDC_CONSTANT_MACROS
-
 #include "DASHManager.h"
 #include "adaptationlogic/AdaptationLogicFactory.h"
 
diff --git a/modules/stream_filter/dash/mpd/Segment.cpp b/modules/stream_filter/dash/mpd/Segment.cpp
index b4b8b5f..eaf4a75 100644
--- a/modules/stream_filter/dash/mpd/Segment.cpp
+++ b/modules/stream_filter/dash/mpd/Segment.cpp
@@ -21,12 +21,12 @@
  * 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"
 #endif
 
-#define __STDC_CONSTANT_MACROS
-
 #include "Segment.h"
 #include "Representation.h"
 #include "MPD.h"



More information about the vlc-commits mailing list