diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-03 04:11:38 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-03 04:11:38 +0000 |
commit | f6916c1ba531aba344625efb4fa50f4669b3f831 (patch) | |
tree | e56985440d43bb683f62292f3f8855b44704a221 /multimedia/x264-devel/files/patch-configure | |
parent | dfbf58447c49727540a518aee6f8f8dba7c5286c (diff) |
- Update to 0.0.20050531
Notes
Notes:
svn path=/head/; revision=136702
Diffstat (limited to 'multimedia/x264-devel/files/patch-configure')
-rw-r--r-- | multimedia/x264-devel/files/patch-configure | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/x264-devel/files/patch-configure b/multimedia/x264-devel/files/patch-configure index 0f8a1266f21f..07e2121c6761 100644 --- a/multimedia/x264-devel/files/patch-configure +++ b/multimedia/x264-devel/files/patch-configure @@ -1,17 +1,17 @@ ---- configure.orig Wed May 18 22:55:05 2005 -+++ configure Sat May 21 12:19:02 2005 -@@ -24,8 +24,8 @@ +--- configure.orig Tue May 31 12:27:55 2005 ++++ configure Tue May 31 12:35:38 2005 +@@ -32,8 +32,8 @@ vfw="no" vis="no" -CC="gcc" --CFLAGS="-Wall -I. -O4 -funroll-loops -ffast-math -D__X264__" +-CFLAGS="-Wall -I. -O4 -ffast-math -D__X264__" +#CC="gcc" -+CFLAGS="-Wall -I. -D__X264__" ++CFLAGS="-Wall -I. -ffast-math -D__X264__" LDFLAGS="" AS="nasm" -@@ -77,9 +77,9 @@ +@@ -85,9 +85,9 @@ ARCH="X86" CFLAGS="$CFLAGS -DHAVE_MMXEXT -DHAVE_SSE2" ;; @@ -24,7 +24,7 @@ AS="yasm" ASFLAGS="-f elf -m amd64" ;; -@@ -92,9 +92,12 @@ +@@ -100,9 +100,12 @@ CFLAGS="$CFLAGS -maltivec -mabi=altivec" fi ;; @@ -38,4 +38,3 @@ + CFLAGS="$CFLAGS" ;; esac - |