From a6493a8fbd979eb96898d910b8a64df7c5eee6a5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Dec 2008 09:12:42 +0000 Subject: 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 --- libavcodec/mathops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mathops.h') diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 486eed7822..26405dd6f1 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -26,7 +26,7 @@ #ifdef ARCH_X86_32 -#include "i386/mathops.h" +#include "x86/mathops.h" #elif defined(ARCH_ARM) -- cgit v1.2.3