Commit e36f9d18 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Dash: fix Android compilation

parent ac63cdd1
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
* along with this program; if not, write to the Free Software Foundation, * along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#define __STDC_CONSTANT_MACROS
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#define __STDC_CONSTANT_MACROS
#include "DASHManager.h" #include "DASHManager.h"
#include "adaptationlogic/AdaptationLogicFactory.h" #include "adaptationlogic/AdaptationLogicFactory.h"
......
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
* along with this program; if not, write to the Free Software Foundation, * along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#define __STDC_CONSTANT_MACROS
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#define __STDC_CONSTANT_MACROS
#include "Segment.h" #include "Segment.h"
#include "Representation.h" #include "Representation.h"
#include "MPD.h" #include "MPD.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment