[FFmpeg-cvslog] arm: Add missing #include to vp8.h to fix a make checkheaders warning.

Diego Biurrun git at videolan.org
Fri Feb 10 01:47:53 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Feb  8 13:18:22 2012 +0100| [aa06d65693a29bbbd26f61df897f57192d3ecd1c] | committer: Diego Biurrun

arm: Add missing #include to vp8.h to fix a make checkheaders warning.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aa06d65693a29bbbd26f61df897f57192d3ecd1c
---

 libavcodec/arm/vp8.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/arm/vp8.h b/libavcodec/arm/vp8.h
index 0fb4edf..fc6523e 100644
--- a/libavcodec/arm/vp8.h
+++ b/libavcodec/arm/vp8.h
@@ -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],



More information about the ffmpeg-cvslog mailing list