From e5e8ada12687f32ca80642dcd9abc2474c8bd8f0 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 24 Jun 2003 15:54:35 +0000 Subject: [PATCH] proper arm configure detection (+ armv5tel support, v4l is a subset of v5tel) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10329 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 63fadaf2b1..320a30f7b3 100755 --- a/configure +++ b/configure @@ -851,7 +851,7 @@ EOF _mcpu="-mcpu=$proc" ;; - arm) + arm|armv4l|armv5tel) _def_arch='#define ARCH_ARMV4L 1' _target_arch='TARGET_ARCH_ARMV4L = yes' iproc=arm