Commit eafa0b84 authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: avoid dependency problems with older libmatroska

parent 8ed80213
...@@ -84,6 +84,12 @@ ...@@ -84,6 +84,12 @@
#include "ebml/StdIOCallback.h" #include "ebml/StdIOCallback.h"
#if LIBMATROSKA_VERSION < 0x000706
START_LIBMATROSKA_NAMESPACE
extern const EbmlSemanticContext MATROSKA_DLL_API KaxMatroska_Context;
END_LIBMATROSKA_NAMESPACE
#endif
#include "vlc_keys.h" #include "vlc_keys.h"
extern "C" { extern "C" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment