]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- obsoleted
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Oct 2008 17:54:42 +0000 (17:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc-x264.patch -> 1.2

vlc-x264.patch [deleted file]

diff --git a/vlc-x264.patch b/vlc-x264.patch
deleted file mode 100644 (file)
index 9bd80cf..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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
This page took 0.032305 seconds and 4 git commands to generate.