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

x264: compilation fix

parent 7786caa5
...@@ -432,7 +432,6 @@ vlc_module_begin(); ...@@ -432,7 +432,6 @@ vlc_module_begin();
# if X264_BUILD < 67 /* r1117 */ # if X264_BUILD < 67 /* r1117 */
add_bool( SOUT_CFG_PREFIX "pre-scenecut", 0, NULL, PRESCENE_TEXT, add_bool( SOUT_CFG_PREFIX "pre-scenecut", 0, NULL, PRESCENE_TEXT,
PRESCENE_LONGTEXT, false ); PRESCENE_LONGTEXT, false );
PRESCENE_LONGTEXT, false )
# else # else
add_obsolete_bool( "pre-scenecut" ) add_obsolete_bool( "pre-scenecut" )
# endif # endif
......
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