[vlc-devel] commit: contribs: removed outdated x264 patch ( Felix Paul Kühne )
git version control
git at videolan.org
Tue Feb 16 19:10:29 CET 2010
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Feb 16 19:10:21 2010 +0100| [ec0ee66b27e185a9a7288998f2f8e959fc671491] | committer: Felix Paul Kühne
contribs: removed outdated x264 patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec0ee66b27e185a9a7288998f2f8e959fc671491
---
extras/contrib/src/Makefile | 1 -
.../src/Patches/x264-svn-info-threads.patch | 12 ------------
2 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 84cc972..4060606 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1347,7 +1347,6 @@ x264-$(X264_VERSION).tar.gz:
ifdef GIT
x264:
$(GIT) clone git://git.videolan.org/x264.git
- patch -p0 < Patches/x264-svn-info-threads.patch
ifdef HAVE_WIN32
(cd x264; patch -p0 < ../Patches/x264-svn-win32.patch )
endif
diff --git a/extras/contrib/src/Patches/x264-svn-info-threads.patch b/extras/contrib/src/Patches/x264-svn-info-threads.patch
deleted file mode 100644
index 14eb660..0000000
--- a/extras/contrib/src/Patches/x264-svn-info-threads.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: x264/encoder/encoder.c
-===================================================================
---- x264/encoder/encoder.c (revision 736)
-+++ x264/encoder/encoder.c (working copy)
-@@ -360,6 +360,7 @@
- h->param.b_pre_scenecut = 1;
- #endif
- }
-+ x264_log( h, X264_LOG_INFO, "using threads=%d\n", h->param.i_threads );
-
- if( h->param.b_interlaced )
- {
More information about the vlc-devel
mailing list