Commit 2afb8fbc authored by Francois Cartegnie's avatar Francois Cartegnie

demux: mkv: move mp4 include off top level

parent ff7f5020
...@@ -32,6 +32,7 @@ extern "C" { ...@@ -32,6 +32,7 @@ extern "C" {
#include "../vobsub.h" #include "../vobsub.h"
#include "../xiph.h" #include "../xiph.h"
#include "../windows_audio_commons.h" #include "../windows_audio_commons.h"
#include "../mp4/libmp4.h"
} }
#include <vlc_codecs.h> #include <vlc_codecs.h>
......
...@@ -97,9 +97,6 @@ ...@@ -97,9 +97,6 @@
#include "ebml/StdIOCallback.h" #include "ebml/StdIOCallback.h"
extern "C" {
#include "../mp4/libmp4.h"
}
#ifdef HAVE_ZLIB_H #ifdef HAVE_ZLIB_H
# include <zlib.h> # include <zlib.h>
#endif #endif
......
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