Mercurial > mplayer.hg
comparison configure @ 10328:8b1adfb21564
proper arm configure detection (+ armv5tel support, v4l is a subset of v5tel)
author | alex |
---|---|
date | Tue, 24 Jun 2003 15:54:35 +0000 |
parents | fdc349b9bd1d |
children | 536f3ea8d19d |
comparison
equal
deleted
inserted
replaced
10327:fd2ba6640689 | 10328:8b1adfb21564 |
---|---|
849 proc='v8' | 849 proc='v8' |
850 _march='' | 850 _march='' |
851 _mcpu="-mcpu=$proc" | 851 _mcpu="-mcpu=$proc" |
852 ;; | 852 ;; |
853 | 853 |
854 arm) | 854 arm|armv4l|armv5tel) |
855 _def_arch='#define ARCH_ARMV4L 1' | 855 _def_arch='#define ARCH_ARMV4L 1' |
856 _target_arch='TARGET_ARCH_ARMV4L = yes' | 856 _target_arch='TARGET_ARCH_ARMV4L = yes' |
857 iproc=arm | 857 iproc=arm |
858 proc='' | 858 proc='' |
859 _march='' | 859 _march='' |