summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel/files/patch-configure
blob: 72c5e712fc31751b193ef806a2a0f65a1beb41e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- configure.orig	Tue Sep 26 16:45:03 2006
+++ configure	Wed Sep 27 07:56:11 2006
@@ -115,8 +115,6 @@
     HAVE_GETOPT_LONG=0
     ;;
   *)
-    echo "Unknown system $MACHINE, edit the configure"
-    exit 1
     ;;
 esac
 
@@ -136,7 +134,7 @@
       ASFLAGS="$ASFLAGS -f elf"
     fi
     ;;
-  x86_64)
+  x86_64 | amd64)
     ARCH="X86_64"
     CFLAGS="$CFLAGS -DHAVE_MMXEXT -DHAVE_SSE2"
     AS="yasm"
@@ -293,7 +291,7 @@
     esac
 fi
 
-MP4_LDFLAGS="-lgpac_static"
+MP4_LDFLAGS="-lgpac"
 if [ $SYS = CYGWIN -o $SYS = MINGW ]; then
     MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm"
 fi