comparison mathops.h @ 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 9281a8a9387a
children 19e2f1a50aa7
comparison
equal deleted inserted replaced
8429:b3ecaba81501 8430:7768bdfd4f7b
24 24
25 #include "libavutil/common.h" 25 #include "libavutil/common.h"
26 26
27 #ifdef ARCH_X86_32 27 #ifdef ARCH_X86_32
28 28
29 #include "i386/mathops.h" 29 #include "x86/mathops.h"
30 30
31 #elif defined(ARCH_ARM) 31 #elif defined(ARCH_ARM)
32 32
33 #include "arm/mathops.h" 33 #include "arm/mathops.h"
34 34