[FFmpeg-cvslog] arm: vp8: Add missing #includes for header to compile standalone

Diego Biurrun git at videolan.org
Thu Feb 21 13:03:41 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Feb 20 11:09:38 2013 +0100| [3e85b46ecf3c3264e68e37b57ddda2279b373ec3] | committer: Diego Biurrun

arm: vp8: Add missing #includes for header to compile standalone

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

 libavcodec/arm/vp8.h |    4 ++++
 1 file changed, 4 insertions(+)

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



More information about the ffmpeg-cvslog mailing list