Rename libavcodec/i386/ --> libavcodec/x86/.

It contains optimizations that are not specific to i386 and
libavutil uses this naming scheme already.

Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-12-22 09:12:42 +00:00
parent 50e3477f0f
commit a6493a8fbd
49 changed files with 65 additions and 65 deletions

View File

@@ -26,7 +26,7 @@
#ifdef ARCH_X86_32
#include "i386/mathops.h"
#include "x86/mathops.h"
#elif defined(ARCH_ARM)