[vlc-devel] commit: contrib/x264: removed no-longer needed patch ( Felix Paul Kühne )

git version control git at videolan.org
Tue Oct 27 18:47:30 CET 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Oct 27 18:47:25 2009 +0100| [e61434c5156a5c97cf172bbf75e7de6375844041] | committer: Felix Paul Kühne 

contrib/x264: removed no-longer needed patch

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e61434c5156a5c97cf172bbf75e7de6375844041
---

 extras/contrib/src/Makefile                      |    3 ---
 extras/contrib/src/Patches/x264-svn-darwin.patch |   14 --------------
 2 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index d14a371..af3aa54 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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
 
diff --git a/extras/contrib/src/Patches/x264-svn-darwin.patch b/extras/contrib/src/Patches/x264-svn-darwin.patch
deleted file mode 100644
index 2569eeb..0000000
--- a/extras/contrib/src/Patches/x264-svn-darwin.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-




More information about the vlc-devel mailing list