Skip to content

Commit

Permalink
don't use local include pathes to find libebml headers
Browse files Browse the repository at this point in the history
(cherry picked from commit c3a7b89)
  • Loading branch information
robUx4 committed Oct 15, 2022
1 parent f6b7db5 commit 3cbad06
Show file tree
Hide file tree
Showing 24 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion matroska/FileKax.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//#include <vector>

#include "matroska/KaxTypes.h"
#include "ebml/IOCallback.h"
#include <ebml/IOCallback.h>
//#include "MainHeader.h"
//#include "TrackType.h"
//#include "StreamInfo.h"
Expand Down
4 changes: 2 additions & 2 deletions matroska/KaxBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#include <vector>

#include "matroska/KaxTypes.h"
#include "ebml/EbmlBinary.h"
#include "ebml/EbmlMaster.h"
#include <ebml/EbmlBinary.h>
#include <ebml/EbmlMaster.h>
#include "matroska/KaxTracks.h"
#include "matroska/KaxDefines.h"

Expand Down
6 changes: 3 additions & 3 deletions matroska/KaxBlockData.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
#define LIBMATROSKA_BLOCK_ADDITIONAL_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlMaster.h"
#include "ebml/EbmlUInteger.h"
#include "ebml/EbmlSInteger.h"
#include <ebml/EbmlMaster.h>
#include <ebml/EbmlUInteger.h>
#include <ebml/EbmlSInteger.h>
#include "matroska/KaxDefines.h"
#include "matroska/KaxBlock.h"

Expand Down
2 changes: 1 addition & 1 deletion matroska/KaxCluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define LIBMATROSKA_CLUSTER_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlMaster.h"
#include <ebml/EbmlMaster.h>
#include "matroska/KaxTracks.h"
#include "matroska/KaxBlock.h"
#include "matroska/KaxCues.h"
Expand Down
2 changes: 1 addition & 1 deletion matroska/KaxContexts.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define LIBMATROSKA_CONTEXTS_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlElement.h"
#include <ebml/EbmlElement.h>

using namespace libebml;

Expand Down
2 changes: 1 addition & 1 deletion matroska/KaxCues.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <vector>

#include "matroska/KaxTypes.h"
#include "ebml/EbmlMaster.h"
#include <ebml/EbmlMaster.h>
#include "matroska/KaxBlock.h"

using namespace libebml;
Expand Down
4 changes: 2 additions & 2 deletions matroska/KaxCuesData.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
#define LIBMATROSKA_CUES_DATA_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlUInteger.h"
#include "ebml/EbmlMaster.h"
#include <ebml/EbmlUInteger.h>
#include <ebml/EbmlMaster.h>
#include "matroska/KaxDefines.h"

using namespace libebml;
Expand Down
4 changes: 2 additions & 2 deletions matroska/KaxDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#ifndef LIBMATROSKA_DEFINES_H
#define LIBMATROSKA_DEFINES_H

#include "ebml/EbmlVersion.h"
#include "ebml/EbmlElement.h"
#include <ebml/EbmlVersion.h>
#include <ebml/EbmlElement.h>

#if defined(HAVE_EBML2) || defined(HAS_EBML2)
#define DEFINE_MKX_CONTEXT(a) DEFINE_xxx_CONTEXT(a,EBML_SemanticGlobal)
Expand Down
12 changes: 6 additions & 6 deletions matroska/KaxInfoData.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
#define LIBMATROSKA_INFO_DATA_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlUInteger.h"
#include "ebml/EbmlFloat.h"
#include "ebml/EbmlUnicodeString.h"
#include "ebml/EbmlBinary.h"
#include "ebml/EbmlDate.h"
#include "ebml/EbmlMaster.h"
#include <ebml/EbmlUInteger.h>
#include <ebml/EbmlFloat.h>
#include <ebml/EbmlUnicodeString.h>
#include <ebml/EbmlBinary.h>
#include <ebml/EbmlDate.h>
#include <ebml/EbmlMaster.h>
#include "matroska/KaxDefines.h"
#include "matroska/KaxSemantic.h"

Expand Down
6 changes: 3 additions & 3 deletions matroska/KaxSeekHead.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
#define LIBMATROSKA_SEEK_HEAD_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlMaster.h"
#include "ebml/EbmlBinary.h"
#include "ebml/EbmlUInteger.h"
#include <ebml/EbmlMaster.h>
#include <ebml/EbmlBinary.h>
#include <ebml/EbmlUInteger.h>
#include "matroska/KaxDefines.h"

using namespace libebml;
Expand Down
2 changes: 1 addition & 1 deletion matroska/KaxSegment.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define LIBMATROSKA_SEGMENT_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlMaster.h"
#include <ebml/EbmlMaster.h>
#include "matroska/KaxDefines.h"

using namespace libebml;
Expand Down
16 changes: 8 additions & 8 deletions matroska/KaxSemantic.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
#define LIBMATROSKA_SEMANTIC_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlUInteger.h"
#include "ebml/EbmlSInteger.h"
#include "ebml/EbmlDate.h"
#include "ebml/EbmlFloat.h"
#include "ebml/EbmlString.h"
#include "ebml/EbmlUnicodeString.h"
#include "ebml/EbmlBinary.h"
#include "ebml/EbmlMaster.h"
#include <ebml/EbmlUInteger.h>
#include <ebml/EbmlSInteger.h>
#include <ebml/EbmlDate.h>
#include <ebml/EbmlFloat.h>
#include <ebml/EbmlString.h>
#include <ebml/EbmlUnicodeString.h>
#include <ebml/EbmlBinary.h>
#include <ebml/EbmlMaster.h>
#include "matroska/KaxDefines.h"

using namespace libebml;
Expand Down
4 changes: 2 additions & 2 deletions matroska/KaxTracks.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
#define LIBMATROSKA_TRACKS_H

#include "matroska/KaxTypes.h"
#include "ebml/EbmlMaster.h"
#include "ebml/EbmlUInteger.h"
#include <ebml/EbmlMaster.h>
#include <ebml/EbmlUInteger.h>
#include "matroska/KaxDefines.h"
#include "matroska/KaxSemantic.h"

Expand Down
2 changes: 1 addition & 1 deletion matroska/KaxTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define LIBMATROSKA_TYPES_H

#include "matroska/KaxConfig.h"
#include "ebml/EbmlTypes.h"
#include <ebml/EbmlTypes.h>
#include "matroska/c/libmatroska_t.h"

namespace libmatroska {
Expand Down
2 changes: 1 addition & 1 deletion matroska/KaxVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include <string>

#include "ebml/EbmlConfig.h"
#include <ebml/EbmlConfig.h>
#include "matroska/KaxConfig.h"

namespace libmatroska {
Expand Down
4 changes: 2 additions & 2 deletions src/FileKax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
*/
//#include "StdInclude.h"
#include "matroska/FileKax.h"
#include "ebml/EbmlVersion.h"
#include "ebml/EbmlContexts.h"
#include <ebml/EbmlVersion.h>
#include <ebml/EbmlContexts.h>
//#include "Cluster.h"
//#include "Track.h"
//#include "Block.h"
Expand Down
4 changes: 2 additions & 2 deletions src/KaxBlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

//#include <streams.h>

#include "ebml/MemReadIOCallback.h"
#include "ebml/SafeReadIOCallback.h"
#include <ebml/MemReadIOCallback.h>
#include <ebml/SafeReadIOCallback.h>
#include "matroska/KaxBlock.h"
#include "matroska/KaxContexts.h"
#include "matroska/KaxBlockData.h"
Expand Down
4 changes: 2 additions & 2 deletions src/KaxContexts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
\version \$Id: KaxContexts.cpp 640 2004-07-09 21:05:36Z mosu $
\author Steve Lhomme <robux4 @ users.sf.net>
*/
#include "ebml/EbmlContexts.h"
#include "ebml/EbmlHead.h"
#include <ebml/EbmlContexts.h>
#include <ebml/EbmlHead.h>
#include "matroska/KaxContexts.h"
#include "matroska/KaxBlock.h"
#include "matroska/KaxCluster.h"
Expand Down
2 changes: 1 addition & 1 deletion src/KaxCues.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "matroska/KaxCues.h"
#include "matroska/KaxCuesData.h"
#include "matroska/KaxContexts.h"
#include "ebml/EbmlStream.h"
#include <ebml/EbmlStream.h>
#include "matroska/KaxDefines.h"
#include "matroska/KaxSemantic.h"

Expand Down
2 changes: 1 addition & 1 deletion src/KaxSegment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
\author Steve Lhomme <robux4 @ users.sf.net>
*/
#include "matroska/KaxSegment.h"
#include "ebml/EbmlHead.h"
#include <ebml/EbmlHead.h>

// sub elements
#include "matroska/KaxCluster.h"
Expand Down
22 changes: 11 additions & 11 deletions test/ebml/test0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@

#include <stdio.h>

#include "ebml/StdIOCallback.h"

#include "ebml/EbmlUInteger.h"
#include "ebml/EbmlSInteger.h"
#include "ebml/EbmlBinary.h"
#include "ebml/EbmlString.h"
#include "ebml/EbmlUnicodeString.h"
#include "ebml/EbmlMaster.h"
#include "ebml/EbmlFloat.h"
#include "ebml/EbmlStream.h"
#include "ebml/StdIOCallback.h"
#include <ebml/StdIOCallback.h>

#include <ebml/EbmlUInteger.h>
#include <ebml/EbmlSInteger.h>
#include <ebml/EbmlBinary.h>
#include <ebml/EbmlString.h>
#include <ebml/EbmlUnicodeString.h>
#include <ebml/EbmlMaster.h>
#include <ebml/EbmlFloat.h>
#include <ebml/EbmlStream.h>
#include <ebml/StdIOCallback.h>

using namespace libebml;

Expand Down
14 changes: 7 additions & 7 deletions test/ebml/test00.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
#include <stdio.h>
#include <string>

#include "ebml/StdIOCallback.h"
#include <ebml/StdIOCallback.h>

#include "ebml/EbmlHead.h"
#include "ebml/EbmlSubHead.h"
#include "ebml/EbmlStream.h"
#include "ebml/EbmlVoid.h"
#include "ebml/EbmlContexts.h"
#include <ebml/EbmlHead.h>
#include <ebml/EbmlSubHead.h>
#include <ebml/EbmlStream.h>
#include <ebml/EbmlVoid.h>
#include <ebml/EbmlContexts.h>
#include "matroska/KaxSegment.h"
#include "matroska/KaxContexts.h"
#include "matroska/KaxSemantic.h"

#include "ebml/EbmlVersion.h"
#include <ebml/EbmlVersion.h>
#include "matroska/KaxVersion.h"

using namespace libmatroska;
Expand Down
8 changes: 4 additions & 4 deletions test/mux/test6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@

#include <iostream>

#include "ebml/StdIOCallback.h"
#include <ebml/StdIOCallback.h>

#include "ebml/EbmlHead.h"
#include "ebml/EbmlSubHead.h"
#include "ebml/EbmlVoid.h"
#include <ebml/EbmlHead.h>
#include <ebml/EbmlSubHead.h>
#include <ebml/EbmlVoid.h>
#include "matroska/FileKax.h"
#include "matroska/KaxSegment.h"
#include "matroska/KaxTracks.h"
Expand Down
14 changes: 7 additions & 7 deletions test/mux/test8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
#include <iostream>
#include <cassert>

#include "ebml/EbmlHead.h"
#include "ebml/EbmlSubHead.h"
#include "ebml/EbmlStream.h"
#include "ebml/EbmlContexts.h"
#include "ebml/EbmlVoid.h"
#include "ebml/EbmlCrc32.h"
#include <ebml/EbmlHead.h>
#include <ebml/EbmlSubHead.h>
#include <ebml/EbmlStream.h>
#include <ebml/EbmlContexts.h>
#include <ebml/EbmlVoid.h>
#include <ebml/EbmlCrc32.h>
#include "matroska/FileKax.h"
#include "matroska/KaxSegment.h"
#include "matroska/KaxContexts.h"
Expand All @@ -50,7 +50,7 @@
#include "matroska/KaxBlockData.h"
#include "matroska/KaxSeekHead.h"
#include "matroska/KaxCuesData.h"
#include "ebml/StdIOCallback.h"
#include <ebml/StdIOCallback.h>

using namespace libmatroska;
using namespace std;
Expand Down

0 comments on commit 3cbad06

Please sign in to comment.