mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Add missing includes to FFmpegLibWrapper
This commit is contained in:
parent
d7a7fe75a0
commit
ecc55bc615
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue