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
|
#ifndef AVCODEC_ARM_VP8_H
|
||||||
#define AVCODEC_ARM_VP8_H
|
#define AVCODEC_ARM_VP8_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "libavcodec/vp56.h"
|
||||||
|
#include "libavcodec/vp8.h"
|
||||||
|
|
||||||
#if HAVE_ARMV6_EXTERNAL
|
#if HAVE_ARMV6_EXTERNAL
|
||||||
#define decode_block_coeffs_internal ff_decode_block_coeffs_armv6
|
#define decode_block_coeffs_internal ff_decode_block_coeffs_armv6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user