Commit 21247f8c authored by Ludovic Fauvet's avatar Ludovic Fauvet

main: remove extraneous subcategory (fixes #13111)

(cherry picked from commit 4f091cf0e8ad22a17f630188f6f17c132ee817ab)
Signed-off-by: default avatarLudovic Fauvet <etix@videolan.org>
parent 929c88bd
......@@ -1873,7 +1873,6 @@ vlc_module_begin ()
set_subcategory( SUBCAT_INPUT_DEMUX )
add_module( "demux", "demux", "any", DEMUX_TEXT, DEMUX_LONGTEXT, true )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_subcategory( SUBCAT_INPUT_ACODEC )
set_subcategory( SUBCAT_INPUT_SCODEC )
add_obsolete_bool( "prefer-system-codecs" )
......
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