mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
arm: Add missing #include to vp8.h to fix a make checkheaders warning.
This commit is contained in:
parent
a2e40cd3e2
commit
aa06d65693
@ -19,6 +19,8 @@
|
||||
#ifndef AVCODEC_ARM_VP8_H
|
||||
#define AVCODEC_ARM_VP8_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if HAVE_ARMV6
|
||||
#define decode_block_coeffs_internal ff_decode_block_coeffs_armv6
|
||||
int ff_decode_block_coeffs_armv6(VP56RangeCoder *rc, DCTELEM block[16],
|
||||
|
Loading…
Reference in New Issue
Block a user