comparison armv4l/mpegvideo_arm.c @ 2735:7f38814cffa1 libavcodec

cleanup
author michael
date Thu, 26 May 2005 14:40:20 +0000
parents aeea63c97878
children 0b546eab515d
comparison
equal deleted inserted replaced
2734:aeea63c97878 2735:7f38814cffa1
19 19
20 #include "../dsputil.h" 20 #include "../dsputil.h"
21 #include "../mpegvideo.h" 21 #include "../mpegvideo.h"
22 #include "../avcodec.h" 22 #include "../avcodec.h"
23 23
24 #ifdef HAVE_IWMMXT
25 extern void MPV_common_init_iwmmxt(MpegEncContext *s); 24 extern void MPV_common_init_iwmmxt(MpegEncContext *s);
26 #endif
27 25
28 void MPV_common_init_armv4l(MpegEncContext *s) 26 void MPV_common_init_armv4l(MpegEncContext *s)
29 { 27 {
30 #ifdef HAVE_IWMMXT 28 #ifdef HAVE_IWMMXT
31 MPV_common_init_iwmmxt(s); 29 MPV_common_init_iwmmxt(s);