diff arm/mpegvideo_iwmmxt.c @ 11397:58c4d851d1c7 libavcodec

ARM: move mpegvideo prototypes to a header file
author mru
date Mon, 08 Mar 2010 02:36:07 +0000
parents 9281a8a9387a
children a5ddb39627fd
line wrap: on
line diff
--- a/arm/mpegvideo_iwmmxt.c	Mon Mar 08 02:36:03 2010 +0000
+++ b/arm/mpegvideo_iwmmxt.c	Mon Mar 08 02:36:07 2010 +0000
@@ -21,6 +21,7 @@
 #include "libavcodec/avcodec.h"
 #include "libavcodec/dsputil.h"
 #include "libavcodec/mpegvideo.h"
+#include "mpegvideo_arm.h"
 
 static void dct_unquantize_h263_intra_iwmmxt(MpegEncContext *s,
                                              DCTELEM *block, int n, int qscale)