ARM: replace "armv4l" with "arm"

Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2008-12-17 00:54:54 +00:00
parent 2600f8c86d
commit a2fc0f6a6d
32 changed files with 50 additions and 51 deletions

View File

@ -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)