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:
@@ -26,7 +26,7 @@
|
||||
|
||||
#ifdef ARCH_X86_32
|
||||
|
||||
#include "i386/mathops.h"
|
||||
#include "x86/mathops.h"
|
||||
|
||||
#elif defined(ARCH_ARM)
|
||||
|
||||
|
Reference in New Issue
Block a user