Index: media/ffmpeg/ffmpeg_common.h |
diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h |
index b760f23f94d6c8d74390cbbc8f7ecb27393bde92..4dd7edc4587c170e78b4d7aa43867b9577355525 100644 |
--- a/media/ffmpeg/ffmpeg_common.h |
+++ b/media/ffmpeg/ffmpeg_common.h |
@@ -31,6 +31,7 @@ extern "C" { |
// TODO(scherkus): fix and upstream the compiler warnings. |
MSVC_PUSH_DISABLE_WARNING(4244); |
#include <libavcodec/avcodec.h> |
+#include <libavcodec/internal.h> |
wtc1
2015/09/05 01:46:04
The "internal.h" file name suggests this header is
|
#include <libavformat/avformat.h> |
#include <libavformat/internal.h> |
#include <libavformat/avio.h> |