mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
ARM: replace "armv4l" with "arm"
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user