Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
7b2c07c6
Commit
7b2c07c6
authored
Jul 23, 2015
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: dash: fix includes relative path
parent
8acc6c30
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
modules/demux/dash/mp4/AtomsReader.cpp
modules/demux/dash/mp4/AtomsReader.cpp
+2
-2
modules/demux/dash/mpd/DASHCommonAttributesElements.cpp
modules/demux/dash/mpd/DASHCommonAttributesElements.cpp
+1
-1
modules/demux/dash/mpd/IsoffMainParser.cpp
modules/demux/dash/mpd/IsoffMainParser.cpp
+1
-1
modules/demux/dash/mpd/IsoffMainParser.h
modules/demux/dash/mpd/IsoffMainParser.h
+1
-1
modules/demux/dash/mpd/MPDFactory.cpp
modules/demux/dash/mpd/MPDFactory.cpp
+1
-1
modules/demux/dash/mpd/MPDFactory.h
modules/demux/dash/mpd/MPDFactory.h
+2
-2
modules/demux/dash/xml/DOMHelper.h
modules/demux/dash/xml/DOMHelper.h
+1
-1
modules/demux/dash/xml/DOMParser.h
modules/demux/dash/xml/DOMParser.h
+2
-2
No files found.
modules/demux/dash/mp4/AtomsReader.cpp
View file @
7b2c07c6
...
...
@@ -18,8 +18,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include "AtomsReader.hpp"
#include "mpd/Representation.h"
#include "mpd/MPD.h"
#include "
../
mpd/Representation.h"
#include "
../
mpd/MPD.h"
using
namespace
dash
::
mp4
;
using
namespace
dash
::
mpd
;
...
...
modules/demux/dash/mpd/DASHCommonAttributesElements.cpp
View file @
7b2c07c6
...
...
@@ -27,7 +27,7 @@
#include "DASHCommonAttributesElements.h"
#include "
mpd/
ContentDescription.h"
#include "ContentDescription.h"
#include <vlc_common.h>
#include <vlc_arrays.h>
...
...
modules/demux/dash/mpd/IsoffMainParser.cpp
View file @
7b2c07c6
...
...
@@ -38,7 +38,7 @@
#include "AdaptationSet.h"
#include "ProgramInformation.h"
#include "DASHSegment.h"
#include "xml/DOMHelper.h"
#include "
../
xml/DOMHelper.h"
#include <vlc_strings.h>
#include <vlc_stream.h>
#include <cstdio>
...
...
modules/demux/dash/mpd/IsoffMainParser.h
View file @
7b2c07c6
...
...
@@ -30,7 +30,7 @@
#endif
#include "../adaptative/playlist/SegmentInfoCommon.h"
#include "
mpd/
Profile.hpp"
#include "Profile.hpp"
#include <cstdlib>
#include <sstream>
...
...
modules/demux/dash/mpd/MPDFactory.cpp
View file @
7b2c07c6
...
...
@@ -27,7 +27,7 @@
#endif
#include "MPDFactory.h"
#include "
mpd/
IsoffMainParser.h"
#include "IsoffMainParser.h"
using
namespace
dash
::
xml
;
using
namespace
dash
::
mpd
;
...
...
modules/demux/dash/mpd/MPDFactory.h
View file @
7b2c07c6
...
...
@@ -24,8 +24,8 @@
#ifndef MPDFACTORY_H_
#define MPDFACTORY_H_
#include "
mpd/
MPD.h"
#include "
mpd/
Profile.hpp"
#include "MPD.h"
#include "Profile.hpp"
namespace
dash
{
...
...
modules/demux/dash/xml/DOMHelper.h
View file @
7b2c07c6
...
...
@@ -28,7 +28,7 @@
#include <vector>
#include <string>
#include "
xml/
Node.h"
#include "Node.h"
namespace
dash
{
...
...
modules/demux/dash/xml/DOMParser.h
View file @
7b2c07c6
...
...
@@ -31,8 +31,8 @@
#include <vlc_common.h>
#include "
xml/
Node.h"
#include "mpd/Profile.hpp"
#include "Node.h"
#include "
../
mpd/Profile.hpp"
namespace
dash
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment