]> git.sesse.net Git - vlc/commitdiff
contrib/x264: removed no-longer needed patch
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 27 Oct 2009 17:47:25 +0000 (18:47 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 27 Oct 2009 17:47:25 +0000 (18:47 +0100)
extras/contrib/src/Makefile
extras/contrib/src/Patches/x264-svn-darwin.patch [deleted file]

index d14a371dfeefa50e4433932c8267b7b4b3cea291..af3aa54df5f4b4d4b3bfc8567b9a117cb9ff9cef 100644 (file)
@@ -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 (file)
index 2569eeb..0000000
+++ /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
-