From 854fdb51e61c3e4ee83d01e610fc924698eabf58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 27 Sep 2006 20:49:29 +0000 Subject: [PATCH] put ARM feature tests next to other CPU tests Originally committed as revision 6360 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/configure b/configure index bddaf659fb..12fd3c563e 100755 --- a/configure +++ b/configure @@ -1004,26 +1004,6 @@ if test $mmx = "default"; then fi fi -# check armv5te instructions support -if test $armv5te = "default" -a $cpu = "armv4l"; then - armv5te=no - check_cc <