From a2fc0f6a6ddf884ace3c96a0d4f09f0932e6db32 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 17 Dec 2008 00:54:54 +0000 Subject: ARM: replace "armv4l" with "arm" Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mathops.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/mathops.h') diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 817e4525c7..486eed7822 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -28,9 +28,9 @@ #include "i386/mathops.h" -#elif defined(ARCH_ARMV4L) +#elif defined(ARCH_ARM) -#include "armv4l/mathops.h" +#include "arm/mathops.h" #elif defined(ARCH_POWERPC) -- cgit v1.2.3