Mercurial > mplayer.hg
changeset 30297:111076138c5e
Allow anything starting with "arm" to be used as --target for ARM CPUs
author | reimar |
---|---|
date | Sat, 16 Jan 2010 23:22:43 +0000 |
parents | 826441351ad5 |
children | c37405b37538 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jan 16 22:49:00 2010 +0000 +++ b/configure Sat Jan 16 23:22:43 2010 +0000 @@ -167,7 +167,7 @@ arm() { case "$host_arch" in - arm) return 0;; + arm*) return 0;; *) return 1;; esac } @@ -2126,7 +2126,7 @@ _optimizing="$proc" ;; - arm|armv4l|armv5tel) + arm*) _arch='ARM' _target_arch='ARCH_ARM = yes' iproc='arm'