From 93caefc7d6608f109ae9ab16c2f6d5ae6c75cffd Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 24 Jun 2003 15:42:10 +0000 Subject: [PATCH] support for armv5tel (XScale used in iPAQs) Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a92a60fe26..4c7f6452f5 100755 --- a/configure +++ b/configure @@ -33,7 +33,8 @@ case "$cpu" in i386|i486|i586|i686|i86pc|BePC) cpu="x86" ;; - armv4l) + # armv4l is a subset of armv5tel + armv4l|armv5tel) cpu="armv4l" ;; alpha)