ARM: add some missing includes
Originally committed as revision 22340 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
97cda76a69
commit
4a89e0a675
@ -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);
|
||||
|
@ -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);
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#define AVUTIL_ARM_TIMER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "config.h"
|
||||
|
||||
#if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user