| Index: source/patched-ffmpeg-mt/libavcodec/arm/dsputil_init_arm.c
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavcodec/arm/dsputil_init_arm.c (revision 59334)
|
| +++ source/patched-ffmpeg-mt/libavcodec/arm/dsputil_init_arm.c (working copy)
|
| @@ -73,11 +73,6 @@
|
| ff_add_pixels_clamped(block, dest, line_size);
|
| }
|
|
|
| -int mm_support(void)
|
| -{
|
| - return HAVE_IWMMXT * FF_MM_IWMMXT;
|
| -}
|
| -
|
| void dsputil_init_arm(DSPContext* c, AVCodecContext *avctx)
|
| {
|
| ff_put_pixels_clamped = c->put_pixels_clamped;
|
|
|