Commit e61434c5 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/x264: removed no-longer needed patch

parent 06a89398
......@@ -1344,9 +1344,6 @@ x264:
ifdef HAVE_WIN32
(cd x264; patch -p0 < ../Patches/x264-svn-win32.patch )
endif
ifdef HAVE_DARWIN_OS
(cd $@; patch -p0 < ../Patches/x264-svn-darwin.patch )
endif
else
......
Index: configure
===================================================================
--- configure (revision 715)
+++ configure (working copy)
@@ -396,7 +396,7 @@
CFLAGS="$CFLAGS -fPIC"
ASFLAGS="$ASFLAGS -D__PIC__"
# resolve textrels in the x86 asm
- 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
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