From 9b5ba569530676c6d84ba30da19d466caff9efbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sat, 5 Jan 2008 20:41:27 +0000 Subject: [PATCH] contrib: updated the x264 darwin patch to match rev 715 --- extras/contrib/src/Patches/x264-svn-darwin.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/contrib/src/Patches/x264-svn-darwin.patch b/extras/contrib/src/Patches/x264-svn-darwin.patch index f81f3ad85b..b40de081b2 100644 --- a/extras/contrib/src/Patches/x264-svn-darwin.patch +++ b/extras/contrib/src/Patches/x264-svn-darwin.patch @@ -1,13 +1,13 @@ Index: configure =================================================================== ---- configure (revision 701) +--- configure (revision 715) +++ configure (working copy) @@ -396,7 +396,7 @@ CFLAGS="$CFLAGS -fPIC" ASFLAGS="$ASFLAGS -D__PIC__" # resolve textrels in the x86 asm -- LDFLAGS="$LDFLAGS -Wl,-Bsymbolic" -+ LDFLAGS="$LDFLAGS -Wl" +- cc_check stdio.h -Wl,-Bsymbolic && LDFLAGS="$LDFLAGS -Wl,-Bsymbolic" ++ cc_check stdio.h -Wl && LDFLAGS="$LDFLAGS -Wl" fi if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then -- 2.39.5