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

contribs: removed outdated x264 patch

parent 77b38910
...@@ -1347,7 +1347,6 @@ x264-$(X264_VERSION).tar.gz: ...@@ -1347,7 +1347,6 @@ x264-$(X264_VERSION).tar.gz:
ifdef GIT ifdef GIT
x264: x264:
$(GIT) clone git://git.videolan.org/x264.git $(GIT) clone git://git.videolan.org/x264.git
patch -p0 < Patches/x264-svn-info-threads.patch
ifdef HAVE_WIN32 ifdef HAVE_WIN32
(cd x264; patch -p0 < ../Patches/x264-svn-win32.patch ) (cd x264; patch -p0 < ../Patches/x264-svn-win32.patch )
endif endif
......
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 )
{
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