# HG changeset patch # User reimar # Date 1243848320 0 # Node ID 52574cf56763943b2a5ee4b3d1a130a59838c889 # Parent e6bfcd06e66932b76e7eaa07923f2c89cf3353f9 Use target_arch and target_subarch which is more similar to what FFmpeg uses and makes more sense when adding proper PPC64 or MIPS64 support. diff -r e6bfcd06e669 -r 52574cf56763 configure --- a/configure Mon Jun 01 09:20:22 2009 +0000 +++ b/configure Mon Jun 01 09:25:20 2009 +0000 @@ -1714,8 +1714,8 @@ case "$host_arch" in i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) _arch='X86 X86_32' - _target_arch_x86="ARCH_X86 = yes" - _target_arch="ARCH_X86_32 = yes" + _target_arch="ARCH_X86 = yes" + _target_subarch="ARCH_X86_32 = yes" def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' iproc=486 proc=i486 @@ -1954,8 +1954,8 @@ x86_64|amd64) _arch='X86 X86_64' - _target_arch='ARCH_X86_64 = yes' - _target_arch_x86="ARCH_X86 = yes" + _target_subarch='ARCH_X86_64 = yes' + _target_arch="ARCH_X86 = yes" def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' def_fast_64bit='#define HAVE_FAST_64BIT 1' iproc='x86_64' @@ -8164,7 +8164,7 @@ EXESUFS_ALL = .exe $_target_arch -$_target_arch_x86 +$_target_subarch $(echo $_cpuexts | tr '[a-z] ' '[A-Z]\n' | sed 's/^/HAVE_/;s/$/=yes/') MENCODER = $_mencoder