mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 09:12:33 +00:00
arm: vp8: Add missing #includes for header to compile standalone
This commit is contained in:
parent
b5ad422bf4
commit
3e85b46ecf
@ -19,7 +19,11 @@
|
||||
#ifndef AVCODEC_ARM_VP8_H
|
||||
#define AVCODEC_ARM_VP8_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "libavcodec/vp56.h"
|
||||
#include "libavcodec/vp8.h"
|
||||
|
||||
#if HAVE_ARMV6_EXTERNAL
|
||||
#define decode_block_coeffs_internal ff_decode_block_coeffs_armv6
|
||||
|
Loading…
Reference in New Issue
Block a user