arm: vp8: Add missing #includes for header to compile standalone
This commit is contained in:
parent
b5ad422bf4
commit
3e85b46ecf
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue