diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-20 11:09:38 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-20 14:24:07 +0100 |
commit | 3e85b46ecf3c3264e68e37b57ddda2279b373ec3 (patch) | |
tree | 0992f72626c7d0656f03629695e37be1cf498e37 | |
parent | b5ad422bf4e671a8b30ce73ad236cd6b49940af9 (diff) | |
download | ffmpeg-3e85b46ecf3c3264e68e37b57ddda2279b373ec3.tar.gz |
arm: vp8: Add missing #includes for header to compile standalone
-rw-r--r-- | libavcodec/arm/vp8.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/arm/vp8.h b/libavcodec/arm/vp8.h index 9cc60108e8..cd3428bea2 100644 --- a/libavcodec/arm/vp8.h +++ b/libavcodec/arm/vp8.h @@ -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 |