aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/x264/files/patch-configure
blob: 4519c8d6e1976343d8d848f1a33db5ee5e8e13fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- configure.orig  Tue May  9 16:45:02 2006
+++ configure   Tue May  9 22:04:19 2006
@@ -129,7 +129,7 @@
       ASFLAGS="$ASFLAGS -f elf"
     fi
     ;;
-  x86_64)
+  x86_64 | amd64)
     ARCH="X86_64"
     CFLAGS="$CFLAGS -DHAVE_MMXEXT -DHAVE_SSE2"
     AS="yasm"
@@ -176,8 +176,6 @@
     ARCH="PARISC"
     ;;
   *)
-    echo "Unknown platform $UNAMEM, edit the configure"
-    exit 1
     ;;
 esac