Commit 89a38204 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Use normal module list for --stream-filter

parent 27fd9b93
...@@ -1908,7 +1908,7 @@ vlc_module_begin () ...@@ -1908,7 +1908,7 @@ vlc_module_begin ()
add_obsolete_bool( "prefer-system-codecs" ) add_obsolete_bool( "prefer-system-codecs" )
set_subcategory( SUBCAT_INPUT_STREAM_FILTER ) set_subcategory( SUBCAT_INPUT_STREAM_FILTER )
add_module_list_cat( "stream-filter", SUBCAT_INPUT_STREAM_FILTER, NULL, add_module_list( "stream-filter", "stream_filter", NULL,
STREAM_FILTER_TEXT, STREAM_FILTER_LONGTEXT, false ) STREAM_FILTER_TEXT, STREAM_FILTER_LONGTEXT, false )
......
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