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
f1a57d0d
Commit
f1a57d0d
authored
Mar 09, 2016
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: adaptive: fix include order
parent
f47aace5
Changes
49
Hide whitespace changes
Inline
Side-by-side
Showing
49 changed files
with
106 additions
and
96 deletions
+106
-96
modules/demux/adaptive/ChunksSource.hpp
modules/demux/adaptive/ChunksSource.hpp
+0
-4
modules/demux/adaptive/SegmentTracker.cpp
modules/demux/adaptive/SegmentTracker.cpp
+5
-0
modules/demux/adaptive/SegmentTracker.hpp
modules/demux/adaptive/SegmentTracker.hpp
+0
-4
modules/demux/adaptive/StreamFormat.cpp
modules/demux/adaptive/StreamFormat.cpp
+5
-0
modules/demux/adaptive/Streams.cpp
modules/demux/adaptive/Streams.cpp
+5
-0
modules/demux/adaptive/Streams.hpp
modules/demux/adaptive/Streams.hpp
+0
-4
modules/demux/adaptive/http/BytesRange.cpp
modules/demux/adaptive/http/BytesRange.cpp
+5
-0
modules/demux/adaptive/http/BytesRange.hpp
modules/demux/adaptive/http/BytesRange.hpp
+0
-4
modules/demux/adaptive/http/ConnectionParams.cpp
modules/demux/adaptive/http/ConnectionParams.cpp
+4
-0
modules/demux/adaptive/http/ConnectionParams.hpp
modules/demux/adaptive/http/ConnectionParams.hpp
+0
-4
modules/demux/adaptive/http/Downloader.cpp
modules/demux/adaptive/http/Downloader.cpp
+4
-0
modules/demux/adaptive/http/Downloader.hpp
modules/demux/adaptive/http/Downloader.hpp
+0
-4
modules/demux/adaptive/http/HTTPConnection.cpp
modules/demux/adaptive/http/HTTPConnection.cpp
+3
-0
modules/demux/adaptive/http/HTTPConnection.hpp
modules/demux/adaptive/http/HTTPConnection.hpp
+0
-4
modules/demux/adaptive/http/HTTPConnectionManager.h
modules/demux/adaptive/http/HTTPConnectionManager.h
+0
-4
modules/demux/adaptive/http/Sockets.cpp
modules/demux/adaptive/http/Sockets.cpp
+4
-0
modules/demux/adaptive/http/Sockets.hpp
modules/demux/adaptive/http/Sockets.hpp
+0
-4
modules/demux/adaptive/logic/AlwaysLowestAdaptationLogic.cpp
modules/demux/adaptive/logic/AlwaysLowestAdaptationLogic.cpp
+4
-0
modules/demux/adaptive/logic/IDownloadRateObserver.h
modules/demux/adaptive/logic/IDownloadRateObserver.h
+0
-4
modules/demux/adaptive/logic/Representationselectors.cpp
modules/demux/adaptive/logic/Representationselectors.cpp
+4
-0
modules/demux/adaptive/logic/Representationselectors.hpp
modules/demux/adaptive/logic/Representationselectors.hpp
+0
-4
modules/demux/adaptive/mp4/AtomsReader.cpp
modules/demux/adaptive/mp4/AtomsReader.cpp
+4
-0
modules/demux/adaptive/mp4/AtomsReader.hpp
modules/demux/adaptive/mp4/AtomsReader.hpp
+0
-4
modules/demux/adaptive/playlist/ID.cpp
modules/demux/adaptive/playlist/ID.cpp
+4
-0
modules/demux/adaptive/playlist/SegmentBase.cpp
modules/demux/adaptive/playlist/SegmentBase.cpp
+3
-0
modules/demux/adaptive/playlist/SegmentChunk.cpp
modules/demux/adaptive/playlist/SegmentChunk.cpp
+4
-0
modules/demux/adaptive/playlist/SegmentInformation.cpp
modules/demux/adaptive/playlist/SegmentInformation.cpp
+4
-0
modules/demux/adaptive/playlist/SegmentInformation.hpp
modules/demux/adaptive/playlist/SegmentInformation.hpp
+0
-4
modules/demux/adaptive/playlist/SegmentList.cpp
modules/demux/adaptive/playlist/SegmentList.cpp
+3
-0
modules/demux/adaptive/playlist/SegmentList.h
modules/demux/adaptive/playlist/SegmentList.h
+0
-4
modules/demux/adaptive/playlist/SegmentTimeline.cpp
modules/demux/adaptive/playlist/SegmentTimeline.cpp
+3
-0
modules/demux/adaptive/playlist/SegmentTimeline.h
modules/demux/adaptive/playlist/SegmentTimeline.h
+0
-4
modules/demux/adaptive/playlist/Url.cpp
modules/demux/adaptive/playlist/Url.cpp
+4
-0
modules/demux/adaptive/playlist/Url.hpp
modules/demux/adaptive/playlist/Url.hpp
+0
-4
modules/demux/adaptive/plumbing/CommandsQueue.cpp
modules/demux/adaptive/plumbing/CommandsQueue.cpp
+4
-0
modules/demux/adaptive/plumbing/CommandsQueue.hpp
modules/demux/adaptive/plumbing/CommandsQueue.hpp
+0
-4
modules/demux/adaptive/plumbing/Demuxer.cpp
modules/demux/adaptive/plumbing/Demuxer.cpp
+5
-0
modules/demux/adaptive/plumbing/Demuxer.hpp
modules/demux/adaptive/plumbing/Demuxer.hpp
+0
-4
modules/demux/adaptive/plumbing/FakeESOut.cpp
modules/demux/adaptive/plumbing/FakeESOut.cpp
+5
-0
modules/demux/adaptive/plumbing/FakeESOut.hpp
modules/demux/adaptive/plumbing/FakeESOut.hpp
+0
-4
modules/demux/adaptive/plumbing/FakeESOutID.cpp
modules/demux/adaptive/plumbing/FakeESOutID.cpp
+5
-0
modules/demux/adaptive/plumbing/FakeESOutID.hpp
modules/demux/adaptive/plumbing/FakeESOutID.hpp
+0
-4
modules/demux/adaptive/plumbing/SourceStream.cpp
modules/demux/adaptive/plumbing/SourceStream.cpp
+5
-0
modules/demux/adaptive/plumbing/SourceStream.hpp
modules/demux/adaptive/plumbing/SourceStream.hpp
+0
-4
modules/demux/adaptive/tools/Conversions.cpp
modules/demux/adaptive/tools/Conversions.cpp
+5
-0
modules/demux/adaptive/tools/Conversions.hpp
modules/demux/adaptive/tools/Conversions.hpp
+0
-4
modules/demux/adaptive/tools/Retrieve.cpp
modules/demux/adaptive/tools/Retrieve.cpp
+5
-0
modules/demux/adaptive/tools/Retrieve.hpp
modules/demux/adaptive/tools/Retrieve.hpp
+0
-4
modules/demux/adaptive/xml/DOMParser.h
modules/demux/adaptive/xml/DOMParser.h
+0
-4
No files found.
modules/demux/adaptive/ChunksSource.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef CHUNKSSOURCE_HPP
#define CHUNKSSOURCE_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
namespace
adaptive
...
...
modules/demux/adaptive/SegmentTracker.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SegmentTracker.hpp"
#include "playlist/AbstractPlaylist.hpp"
#include "playlist/BaseRepresentation.h"
...
...
modules/demux/adaptive/SegmentTracker.hpp
View file @
f1a57d0d
...
...
@@ -22,10 +22,6 @@
#include <StreamFormat.hpp>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <list>
...
...
modules/demux/adaptive/StreamFormat.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "StreamFormat.hpp"
using
namespace
adaptive
;
...
...
modules/demux/adaptive/Streams.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Streams.hpp"
#include "http/HTTPConnection.hpp"
#include "http/HTTPConnectionManager.h"
...
...
modules/demux/adaptive/Streams.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef STREAM_HPP
#define STREAM_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include "StreamFormat.hpp"
#include "ChunksSource.hpp"
...
...
modules/demux/adaptive/http/BytesRange.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "BytesRange.hpp"
using
namespace
adaptive
::
http
;
...
...
modules/demux/adaptive/http/BytesRange.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef BYTESRANGE_HPP
#define BYTESRANGE_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
namespace
adaptive
...
...
modules/demux/adaptive/http/ConnectionParams.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "ConnectionParams.hpp"
#include <vlc_url.h>
...
...
modules/demux/adaptive/http/ConnectionParams.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef CONNECTIONPARAMS_HPP
#define CONNECTIONPARAMS_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <string>
...
...
modules/demux/adaptive/http/Downloader.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Downloader.hpp"
#include <vlc_threads.h>
...
...
modules/demux/adaptive/http/Downloader.hpp
View file @
f1a57d0d
...
...
@@ -22,10 +22,6 @@
#include "Chunk.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <list>
...
...
modules/demux/adaptive/http/HTTPConnection.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,9 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "HTTPConnection.hpp"
#include "ConnectionParams.hpp"
...
...
modules/demux/adaptive/http/HTTPConnection.hpp
View file @
f1a57d0d
...
...
@@ -25,10 +25,6 @@
#ifndef HTTPCONNECTION_H_
#define HTTPCONNECTION_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "ConnectionParams.hpp"
#include "BytesRange.hpp"
#include <vlc_common.h>
...
...
modules/demux/adaptive/http/HTTPConnectionManager.h
View file @
f1a57d0d
...
...
@@ -25,10 +25,6 @@
#ifndef HTTPCONNECTIONMANAGER_H_
#define HTTPCONNECTIONMANAGER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "../logic/IDownloadRateObserver.h"
#include <vlc_common.h>
...
...
modules/demux/adaptive/http/Sockets.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Sockets.hpp"
#include <vlc_network.h>
...
...
modules/demux/adaptive/http/Sockets.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef SOCKETS_HPP
#define SOCKETS_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_tls.h>
#include <string>
...
...
modules/demux/adaptive/logic/AlwaysLowestAdaptationLogic.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "AlwaysLowestAdaptationLogic.hpp"
#include "Representationselectors.hpp"
...
...
modules/demux/adaptive/logic/IDownloadRateObserver.h
View file @
f1a57d0d
...
...
@@ -25,10 +25,6 @@
#ifndef IDOWNLOADRATEOBSERVER_H_
#define IDOWNLOADRATEOBSERVER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
namespace
adaptive
...
...
modules/demux/adaptive/logic/Representationselectors.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Representationselectors.hpp"
#include "../playlist/BaseRepresentation.h"
#include "../playlist/BaseAdaptationSet.h"
...
...
modules/demux/adaptive/logic/Representationselectors.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef REPRESENTATIONSELECTORS_HPP
#define REPRESENTATIONSELECTORS_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vector>
#include <vlc_common.h>
...
...
modules/demux/adaptive/mp4/AtomsReader.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "AtomsReader.hpp"
#include <new>
...
...
modules/demux/adaptive/mp4/AtomsReader.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef ATOMSREADER_HPP
#define ATOMSREADER_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_stream.h>
extern
"C"
{
...
...
modules/demux/adaptive/playlist/ID.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "ID.hpp"
#include <sstream>
...
...
modules/demux/adaptive/playlist/SegmentBase.cpp
View file @
f1a57d0d
...
...
@@ -21,6 +21,9 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SegmentBase.h"
...
...
modules/demux/adaptive/playlist/SegmentChunk.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SegmentChunk.hpp"
#include "Segment.h"
#include "BaseRepresentation.h"
...
...
modules/demux/adaptive/playlist/SegmentInformation.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SegmentInformation.hpp"
#include "Segment.h"
...
...
modules/demux/adaptive/playlist/SegmentInformation.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef SEGMENTINFORMATION_HPP
#define SEGMENTINFORMATION_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "ICanonicalUrl.hpp"
#include "../tools/Properties.hpp"
#include "SegmentInfoCommon.h"
...
...
modules/demux/adaptive/playlist/SegmentList.cpp
View file @
f1a57d0d
...
...
@@ -21,6 +21,9 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SegmentList.h"
#include "Segment.h"
...
...
modules/demux/adaptive/playlist/SegmentList.h
View file @
f1a57d0d
...
...
@@ -25,10 +25,6 @@
#ifndef SEGMENTLIST_H_
#define SEGMENTLIST_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SegmentInfoCommon.h"
namespace
adaptive
...
...
modules/demux/adaptive/playlist/SegmentTimeline.cpp
View file @
f1a57d0d
...
...
@@ -20,6 +20,9 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SegmentTimeline.h"
...
...
modules/demux/adaptive/playlist/SegmentTimeline.h
View file @
f1a57d0d
...
...
@@ -24,10 +24,6 @@
#ifndef SEGMENTTIMELINE_H
#define SEGMENTTIMELINE_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SegmentInfoCommon.h"
#include <vlc_common.h>
#include <list>
...
...
modules/demux/adaptive/playlist/Url.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Url.hpp"
#include "BaseRepresentation.h"
#include "SegmentTemplate.h"
...
...
modules/demux/adaptive/playlist/Url.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef URL_HPP
#define URL_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string>
#include <vector>
#include <vlc_common.h>
...
...
modules/demux/adaptive/plumbing/CommandsQueue.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "CommandsQueue.hpp"
#include "FakeESOutID.hpp"
#include "FakeESOut.hpp"
...
...
modules/demux/adaptive/plumbing/CommandsQueue.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef COMMANDSQUEUE_HPP_
#define COMMANDSQUEUE_HPP_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_es.h>
#include <vlc_atomic.h>
...
...
modules/demux/adaptive/plumbing/Demuxer.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Demuxer.hpp"
#include <vlc_stream.h>
...
...
modules/demux/adaptive/plumbing/Demuxer.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef DEMUXER_HPP
#define DEMUXER_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <string>
...
...
modules/demux/adaptive/plumbing/FakeESOut.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "FakeESOut.hpp"
#include "FakeESOutID.hpp"
#include <vlc_es_out.h>
...
...
modules/demux/adaptive/plumbing/FakeESOut.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef FAKEESOUT_HPP
#define FAKEESOUT_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "CommandsQueue.hpp"
#include <vlc_atomic.h>
...
...
modules/demux/adaptive/plumbing/FakeESOutID.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "FakeESOutID.hpp"
#include "FakeESOut.hpp"
...
...
modules/demux/adaptive/plumbing/FakeESOutID.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef FAKEESOUTID_HPP
#define FAKEESOUTID_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_es.h>
...
...
modules/demux/adaptive/plumbing/SourceStream.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "SourceStream.hpp"
#include "../ChunksSource.hpp"
...
...
modules/demux/adaptive/plumbing/SourceStream.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef SOURCESTREAM_HPP
#define SOURCESTREAM_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_block.h>
...
...
modules/demux/adaptive/tools/Conversions.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Conversions.hpp"
#include <vlc_charset.h>
...
...
modules/demux/adaptive/tools/Conversions.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef CONVERSIONS_HPP
#define CONVERSIONS_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <string>
#include <sstream>
...
...
modules/demux/adaptive/tools/Retrieve.cpp
View file @
f1a57d0d
...
...
@@ -17,6 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "Retrieve.hpp"
#include "../http/HTTPConnectionManager.h"
...
...
modules/demux/adaptive/tools/Retrieve.hpp
View file @
f1a57d0d
...
...
@@ -20,10 +20,6 @@
#ifndef RETRIEVE_HPP
#define RETRIEVE_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <string>
...
...
modules/demux/adaptive/xml/DOMParser.h
View file @
f1a57d0d
...
...
@@ -25,10 +25,6 @@
#ifndef DOMPARSER_H_
#define DOMPARSER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_stream.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