summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-01 09:25:20 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-01 09:25:20 +0000
commitf4da0f9ec195b5fdc105a79de82864fcfe2dda9c (patch)
tree8a08b1c4a0e96325054dc51d85386088fe110d6e
parentb8f1cf16db12d596993b3748adbdfb992eb77cd5 (diff)
downloadmpv-f4da0f9ec195b5fdc105a79de82864fcfe2dda9c.tar.bz2
mpv-f4da0f9ec195b5fdc105a79de82864fcfe2dda9c.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29335 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 3744502788..5892fc72b2 100755
--- a/configure
+++ b/configure
@@ -1714,8 +1714,8 @@ _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC PPC64 ALPHA MIPS SGI_M
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 @@ EOF
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 @@ EXESUF = $_exesuf
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