Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
Steve Lhomme
VLC
Commits
e9c488a2
Commit
e9c488a2
authored
Mar 09, 2016
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: dash: fix include order
parent
f1a57d0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
modules/demux/dash/DASHStream.cpp
modules/demux/dash/DASHStream.cpp
+4
-0
modules/demux/dash/DASHStream.hpp
modules/demux/dash/DASHStream.hpp
+0
-4
modules/demux/dash/mp4/IndexReader.cpp
modules/demux/dash/mp4/IndexReader.cpp
+4
-0
No files found.
modules/demux/dash/DASHStream.cpp
View file @
e9c488a2
...
@@ -17,6 +17,10 @@
...
@@ -17,6 +17,10 @@
* 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.
*****************************************************************************/
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "DASHStream.hpp"
#include "DASHStream.hpp"
using
namespace
dash
;
using
namespace
dash
;
...
...
modules/demux/dash/DASHStream.hpp
View file @
e9c488a2
...
@@ -20,10 +20,6 @@
...
@@ -20,10 +20,6 @@
#ifndef DASHSTREAM_HPP
#ifndef DASHSTREAM_HPP
#define DASHSTREAM_HPP
#define DASHSTREAM_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "../adaptive/Streams.hpp"
#include "../adaptive/Streams.hpp"
namespace
dash
namespace
dash
...
...
modules/demux/dash/mp4/IndexReader.cpp
View file @
e9c488a2
...
@@ -17,6 +17,10 @@
...
@@ -17,6 +17,10 @@
* 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.
*****************************************************************************/
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "IndexReader.hpp"
#include "IndexReader.hpp"
#include "../mpd/Representation.h"
#include "../mpd/Representation.h"
#include "../mpd/MPD.h"
#include "../mpd/MPD.h"
...
...
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