SOURCES: vlc-x264.patch (NEW) - new

arekm arekm at pld-linux.org
Sat Oct 25 15:47:23 CEST 2008


Author: arekm                        Date: Sat Oct 25 13:47:23 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   vlc-x264.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vlc-x264.patch
diff -u /dev/null SOURCES/vlc-x264.patch:1.1
--- /dev/null	Sat Oct 25 15:47:25 2008
+++ SOURCES/vlc-x264.patch	Sat Oct 25 15:47:17 2008
@@ -0,0 +1,21 @@
+diff -ur vlc-0.9.3.orig/modules/codec/x264.c vlc-0.9.3/modules/codec/x264.c
+--- vlc-0.9.3.orig/modules/codec/x264.c	2008-09-23 15:41:30.000000000 -0700
++++ vlc-0.9.3/modules/codec/x264.c	2008-10-07 22:27:22.863190593 -0700
+@@ -1082,7 +1082,7 @@
+         p_sys->param.analyse.i_trellis = val.i_int;
+ #endif
+ 
+-#if X264_BUILD >= 41
++#if X264_BUILD >= 41 && X264_BUILD < 65
+     var_Get( p_enc, SOUT_CFG_PREFIX "b-rdo", &val );
+     p_sys->param.analyse.b_bframe_rdo = val.b_bool;
+ #endif
+@@ -1092,7 +1092,7 @@
+     p_sys->param.analyse.b_fast_pskip = val.b_bool;
+ #endif
+ 
+-#if X264_BUILD >= 43
++#if X264_BUILD >= 43 && X264_BUILD < 65
+     var_Get( p_enc, SOUT_CFG_PREFIX "bime", &val );
+     p_sys->param.analyse.b_bidir_me = val.b_bool;
+ #endif
================================================================


More information about the pld-cvs-commit mailing list