Mercurial > mplayer.hg
changeset 21221:7124c26f3db3
Add generic target that allow compiling without any assembler or otherwise
architecture specific code (except endiannes of course).
Usage example: ./configure --target=generic-linux
author | reimar |
---|---|
date | Sat, 25 Nov 2006 17:58:33 +0000 |
parents | 14ed01d30f11 |
children | 05783b74ef64 |
files | configure |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Nov 25 17:58:14 2006 +0000 +++ b/configure Sat Nov 25 17:58:33 2006 +0000 @@ -1423,6 +1423,16 @@ _optimizing='' ;; + generic) + _def_arch='#define ARCH_GENERIC 1' + _target_arch='TARGET_ARCH_GENERIC = yes' + iproc='' + proc='' + _march='' + _mcpu='' + _optimizing='' + ;; + *) echo "The architecture of your CPU ($host_arch) is not supported by this configure script" echo "It seems nobody has ported MPlayer to your OS or CPU type yet."