Commit 59da4e38 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* extras/contrib/src/Makefile: update x264 to latest revision (736) and...

* extras/contrib/src/Makefile: update x264 to latest revision (736) and backport darwin patch [24127] to match revision (trunk uses latest too); several memleaks fixed, minor bugfixes, few Altivec improvements, amd64 and FreeBSD support fixes
parent 2a0ce26f
...@@ -1191,7 +1191,7 @@ CLEAN_PKG += libdca ...@@ -1191,7 +1191,7 @@ CLEAN_PKG += libdca
ifdef SVN ifdef SVN
x264: x264:
$(SVN) co svn://svn.videolan.org/x264/trunk/ -r 701 x264 $(SVN) co svn://svn.videolan.org/x264/trunk/ -r 736 x264
ifdef HAVE_WIN32 ifdef HAVE_WIN32
(cd $@; patch -p 0 < ../Patches/x264-svn-win32.patch ) (cd $@; patch -p 0 < ../Patches/x264-svn-win32.patch )
endif endif
......
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