diff i386/mpegvideo_mmx.c @ 5946:55251379b5b1 libavcodec

make ff_p* vars extern so that they can be used in various *_mmx.c files
author aurel
date Tue, 27 Nov 2007 22:23:34 +0000
parents 470601203f44
children 80103098c797
line wrap: on
line diff
--- a/i386/mpegvideo_mmx.c	Tue Nov 27 22:00:45 2007 +0000
+++ b/i386/mpegvideo_mmx.c	Tue Nov 27 22:23:34 2007 +0000
@@ -23,15 +23,13 @@
  */
 
 #include "dsputil.h"
+#include "dsputil_mmx.h"
 #include "mpegvideo.h"
 #include "avcodec.h"
 #include "x86_cpu.h"
 
 extern uint16_t inv_zigzag_direct16[64];
 
-static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL;
-static const unsigned long long int mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL;
-
 
 static void dct_unquantize_h263_intra_mmx(MpegEncContext *s,
                                   DCTELEM *block, int n, int qscale)