Module: libav Branch: master Commit: 3e85b46ecf3c3264e68e37b57ddda2279b373ec3
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Wed Feb 20 11:09:38 2013 +0100 arm: vp8: Add missing #includes for header to compile standalone --- 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 9cc6010..cd3428b 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
