diff i386/dsputil_mmx.c @ 6585:0ec61ed36c29 libavcodec

Add a header file to declare Xvid IDCT functions. patch by Alexander Strange, astrange ithinksw com
author diego
date Sat, 12 Apr 2008 16:54:36 +0000
parents e1208c4f8898
children f76581c16848
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Sat Apr 12 16:22:13 2008 +0000
+++ b/i386/dsputil_mmx.c	Sat Apr 12 16:54:36 2008 +0000
@@ -30,14 +30,12 @@
 #include "mmx.h"
 #include "vp3dsp_mmx.h"
 #include "vp3dsp_sse2.h"
+#include "idct_xvid.h"
 #include "h263.h"
 
 //#undef NDEBUG
 //#include <assert.h>
 
-extern void ff_idct_xvid_mmx(short *block);
-extern void ff_idct_xvid_mmx2(short *block);
-
 int mm_flags; /* multimedia extension flags */
 
 /* pixel operations */