comparison mathops.h @ 8359:9281a8a9387a libavcodec

ARM: replace "armv4l" with "arm"
author mru
date Wed, 17 Dec 2008 00:54:54 +0000
parents c6e2ffef3797
children 7768bdfd4f7b
comparison
equal deleted inserted replaced
8358:c30b92cf446b 8359:9281a8a9387a
26 26
27 #ifdef ARCH_X86_32 27 #ifdef ARCH_X86_32
28 28
29 #include "i386/mathops.h" 29 #include "i386/mathops.h"
30 30
31 #elif defined(ARCH_ARMV4L) 31 #elif defined(ARCH_ARM)
32 32
33 #include "armv4l/mathops.h" 33 #include "arm/mathops.h"
34 34
35 #elif defined(ARCH_POWERPC) 35 #elif defined(ARCH_POWERPC)
36 36
37 #include "ppc/mathops.h" 37 #include "ppc/mathops.h"
38 38