summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-19 17:18:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-19 17:18:06 +0000
commit9defc531ea605e6dcb269a70cddfb933455eda85 (patch)
tree97d9c04bd13673b791df50d0ba29504b16c0422b /configure
parent68824c0c5ad6e3c7e9168f905b64ed30a324ceef (diff)
downloadmpv-9defc531ea605e6dcb269a70cddfb933455eda85.tar.bz2
mpv-9defc531ea605e6dcb269a70cddfb933455eda85.tar.xz
portability fix taken from the NetBSD patch set
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13056 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6de526cb55..0cb1999cda 100755
--- a/configure
+++ b/configure
@@ -872,7 +872,7 @@ EOF
_optimizing=''
;;
- x86_64)
+ x86_64|amd64)
_def_arch='#define ARCH_X86_64 1'
_target_arch='TARGET_ARCH_X86_64 = yes'
iproc='x86_64'