Add missing includes to FFmpegLibWrapper

This commit is contained in:
trav90 2018-10-17 22:49:24 -05:00 committed by Roy Tam
commit ecc55bc615
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@
#include "MediaPrefs.h"
#include "mozilla/PodOperations.h"
#include "mozilla/Types.h"
#include "PlatformDecoderModule.h"
#include "prlink.h"
#define AV_LOG_DEBUG 48

View file

@ -5,6 +5,7 @@
#ifndef __FFmpegLibWrapper_h__
#define __FFmpegLibWrapper_h__
#include "mozilla/Attributes.h"
#include "mozilla/Types.h"
struct AVCodec;
@ -91,4 +92,4 @@ private:
} // namespace mozilla
#endif // FFmpegLibWrapper
#endif // FFmpegLibWrapper