From 6dc7b6b37768b804f4ec795c5f16452538f987e8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 2 Nov 2006 16:42:14 +0000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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) -- cgit v1.2.3