]> git.sesse.net Git - vlc/commitdiff
Remove dead code
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 27 Sep 2009 19:47:48 +0000 (20:47 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 1 Oct 2009 20:21:55 +0000 (21:21 +0100)
modules/codec/x264.c

index d51786c7213b247328ccdb99da2e28a94ab8eeca..0de1e4642ca266bb14559311414b6ad0ab1a32f9 100644 (file)
@@ -657,13 +657,6 @@ static int  Open ( vlc_object_t *p_this )
     /* X264_POINTVER or X264_VERSION are not available */
     msg_Dbg ( p_enc, "version x264 0.%d.X", X264_BUILD );
 
-    if( X264_BUILD < 76 )
-    {
-        msg_Warn( p_enc, "x264 version needs to be 0.76 or higher");
-        return VLC_EGENERIC;
-    }
-
-
     config_ChainParse( p_enc, SOUT_CFG_PREFIX, ppsz_sout_options, p_enc->p_cfg );
 
     p_enc->fmt_out.i_cat = VIDEO_ES;