[SCM] libav/experimental: ARM: add some missing includes

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:03:39 UTC 2013


The following commit has been merged in the experimental branch:
commit 4a89e0a6752e737d7e3ce7cb69f2068ef551dc4c
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Mar 8 19:59:54 2010 +0000

    ARM: add some missing includes
    
    Originally committed as revision 22340 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/arm/dsputil_arm.h b/libavcodec/arm/dsputil_arm.h
index 8234f27..7f8579d 100644
--- a/libavcodec/arm/dsputil_arm.h
+++ b/libavcodec/arm/dsputil_arm.h
@@ -21,6 +21,9 @@
 #ifndef AVCODEC_ARM_DSPUTIL_H
 #define AVCODEC_ARM_DSPUTIL_H
 
+#include "libavcodec/avcodec.h"
+#include "libavcodec/dsputil.h"
+
 void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx);
 void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx);
 void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx);
diff --git a/libavcodec/arm/mpegvideo_arm.h b/libavcodec/arm/mpegvideo_arm.h
index 4874c86..4cc25fd 100644
--- a/libavcodec/arm/mpegvideo_arm.h
+++ b/libavcodec/arm/mpegvideo_arm.h
@@ -19,6 +19,8 @@
 #ifndef AVCODEC_ARM_MPEGVIDEO_H
 #define AVCODEC_ARM_MPEGVIDEO_H
 
+#include "libavcodec/mpegvideo.h"
+
 void MPV_common_init_iwmmxt(MpegEncContext *s);
 void MPV_common_init_armv5te(MpegEncContext *s);
 
diff --git a/libavutil/arm/timer.h b/libavutil/arm/timer.h
index 0455d6a..5e8bc8e 100644
--- a/libavutil/arm/timer.h
+++ b/libavutil/arm/timer.h
@@ -22,6 +22,7 @@
 #define AVUTIL_ARM_TIMER_H
 
 #include <stdint.h>
+#include "config.h"
 
 #if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list