Commit 7b2c07c6 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: fix includes relative path

parent 8acc6c30
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#include "AtomsReader.hpp" #include "AtomsReader.hpp"
#include "mpd/Representation.h" #include "../mpd/Representation.h"
#include "mpd/MPD.h" #include "../mpd/MPD.h"
using namespace dash::mp4; using namespace dash::mp4;
using namespace dash::mpd; using namespace dash::mpd;
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "DASHCommonAttributesElements.h" #include "DASHCommonAttributesElements.h"
#include "mpd/ContentDescription.h" #include "ContentDescription.h"
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_arrays.h> #include <vlc_arrays.h>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "AdaptationSet.h" #include "AdaptationSet.h"
#include "ProgramInformation.h" #include "ProgramInformation.h"
#include "DASHSegment.h" #include "DASHSegment.h"
#include "xml/DOMHelper.h" #include "../xml/DOMHelper.h"
#include <vlc_strings.h> #include <vlc_strings.h>
#include <vlc_stream.h> #include <vlc_stream.h>
#include <cstdio> #include <cstdio>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#endif #endif
#include "../adaptative/playlist/SegmentInfoCommon.h" #include "../adaptative/playlist/SegmentInfoCommon.h"
#include "mpd/Profile.hpp" #include "Profile.hpp"
#include <cstdlib> #include <cstdlib>
#include <sstream> #include <sstream>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#endif #endif
#include "MPDFactory.h" #include "MPDFactory.h"
#include "mpd/IsoffMainParser.h" #include "IsoffMainParser.h"
using namespace dash::xml; using namespace dash::xml;
using namespace dash::mpd; using namespace dash::mpd;
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#ifndef MPDFACTORY_H_ #ifndef MPDFACTORY_H_
#define MPDFACTORY_H_ #define MPDFACTORY_H_
#include "mpd/MPD.h" #include "MPD.h"
#include "mpd/Profile.hpp" #include "Profile.hpp"
namespace dash namespace dash
{ {
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <vector> #include <vector>
#include <string> #include <string>
#include "xml/Node.h" #include "Node.h"
namespace dash namespace dash
{ {
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
#include <vlc_common.h> #include <vlc_common.h>
#include "xml/Node.h" #include "Node.h"
#include "mpd/Profile.hpp" #include "../mpd/Profile.hpp"
namespace dash namespace dash
{ {
......
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