[vlc-commits] main: remove extraneous subcategory (fixes #13111)

Ludovic Fauvet git at videolan.org
Thu Dec 18 15:13:25 CET 2014


vlc/vlc-2.2 | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Dec 18 14:59:13 2014 +0100| [21247f8c76bfc40f1b7422e23ddedfabead26c24] | committer: Ludovic Fauvet

main: remove extraneous subcategory (fixes #13111)

(cherry picked from commit 4f091cf0e8ad22a17f630188f6f17c132ee817ab)
Signed-off-by: Ludovic Fauvet <etix at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=21247f8c76bfc40f1b7422e23ddedfabead26c24
---

 src/libvlc-module.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index f0ee030..449ac6d 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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" )



More information about the vlc-commits mailing list