Bug 1363857 - Add missing includes to FFmpegLibWrapper. r=gerald

This was working because of the unified build, but passing
--enable-av1 changed the source partitioning in such a way
that the referenced defines and symbols were no longer available.

MozReview-Commit-ID: CRjyhLtOhoM

--HG--
extra : rebase_source : bce3810fcff39669c4578f1b545fb619be691e38
This commit is contained in:
Ralph Giles 2017-05-10 14:57:25 -07:00
parent feb6f6c577
commit cfe9afb991
2 changed files with 2 additions and 0 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;