summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-02 16:42:14 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-02 16:42:14 +0000
commit6dc7b6b37768b804f4ec795c5f16452538f987e8 (patch)
treebb4550443dcb263b500910288663118eb16bc5c3 /configure
parent28d8e661af1b6c90245c2def91dedb54bacc969b (diff)
Detect some more ARM CPU types.
Patch taken from the Debian package by Sam Hocevar. Originally committed as revision 6870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ff12f642af..22be3a3b2e 100755
--- a/configure
+++ b/configure
@@ -366,8 +366,8 @@ case "$arch" in
fi
fi
;;
- # armv4l is a subset of armv5tel
- arm|armv4l|armv5tel)
+ # armv4l is a subset of armv[567]*l
+ arm|armv[4567]*l)
arch="armv4l"
;;
alpha)