Commit 9b5ba569 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: updated the x264 darwin patch to match rev 715

parent b978e2d5
Index: configure Index: configure
=================================================================== ===================================================================
--- configure (revision 701) --- configure (revision 715)
+++ configure (working copy) +++ configure (working copy)
@@ -396,7 +396,7 @@ @@ -396,7 +396,7 @@
CFLAGS="$CFLAGS -fPIC" CFLAGS="$CFLAGS -fPIC"
ASFLAGS="$ASFLAGS -D__PIC__" ASFLAGS="$ASFLAGS -D__PIC__"
# resolve textrels in the x86 asm # resolve textrels in the x86 asm
- LDFLAGS="$LDFLAGS -Wl,-Bsymbolic" - cc_check stdio.h -Wl,-Bsymbolic && LDFLAGS="$LDFLAGS -Wl,-Bsymbolic"
+ LDFLAGS="$LDFLAGS -Wl" + cc_check stdio.h -Wl && LDFLAGS="$LDFLAGS -Wl"
fi fi
if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment