| Index: patched-ffmpeg-mt/libavcodec/arm/mpegvideo_arm.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/arm/mpegvideo_arm.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/arm/mpegvideo_arm.c (working copy)
|
| @@ -21,10 +21,8 @@
|
| #include "libavcodec/avcodec.h"
|
| #include "libavcodec/dsputil.h"
|
| #include "libavcodec/mpegvideo.h"
|
| +#include "mpegvideo_arm.h"
|
|
|
| -void MPV_common_init_iwmmxt(MpegEncContext *s);
|
| -void MPV_common_init_armv5te(MpegEncContext *s);
|
| -
|
| void MPV_common_init_arm(MpegEncContext *s)
|
| {
|
| /* IWMMXT support is a superset of armv5te, so
|
|
|