fix dependency on matroska/libmatroska_t.h

It'll be removed in libMatroska 2.0.0.
This commit is contained in:
Moritz Bunkus 2022-10-15 11:42:36 +02:00
parent 6c94c26bdb
commit 954cc02892
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,6 @@
#include "common/container.h"
#include "common/fourcc.h"
#include "matroska/c/libmatroska_t.h"
// see http://www.matroska.org/technical/specs/codecid/index.html

View File

@ -52,6 +52,7 @@ namespace balg = boost::algorithm;
using namespace std::string_literals;
#include <ebml/EbmlTypes.h>
#include <matroska/KaxTypes.h>
#undef min
#undef max