comparison imgconvert.c @ 8430:7768bdfd4f7b libavcodec

Rename libavcodec/i386/ --> libavcodec/x86/. It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already.
author diego
date Mon, 22 Dec 2008 09:12:42 +0000
parents e9db9859de6c
children f8c091bb5779
comparison
equal deleted inserted replaced
8429:b3ecaba81501 8430:7768bdfd4f7b
33 #include "avcodec.h" 33 #include "avcodec.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 #include "colorspace.h" 35 #include "colorspace.h"
36 36
37 #ifdef HAVE_MMX 37 #ifdef HAVE_MMX
38 #include "i386/mmx.h" 38 #include "x86/mmx.h"
39 #include "i386/dsputil_mmx.h" 39 #include "x86/dsputil_mmx.h"
40 #endif 40 #endif
41 41
42 #define xglue(x, y) x ## y 42 #define xglue(x, y) x ## y
43 #define glue(x, y) xglue(x, y) 43 #define glue(x, y) xglue(x, y)
44 44