diff 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
line wrap: on
line diff
--- a/imgconvert.c	Mon Dec 22 06:50:18 2008 +0000
+++ b/imgconvert.c	Mon Dec 22 09:12:42 2008 +0000
@@ -35,8 +35,8 @@
 #include "colorspace.h"
 
 #ifdef HAVE_MMX
-#include "i386/mmx.h"
-#include "i386/dsputil_mmx.h"
+#include "x86/mmx.h"
+#include "x86/dsputil_mmx.h"
 #endif
 
 #define xglue(x, y) x ## y