vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Nov 18 21:32:26 2017 +0200| [464ab9724e91436a6616ee66d8c667e0a3eb6f82] | committer: Rémi Denis-Courmont
svcdsub: fix obsolete setting name This should be the then plugin name, not the current one (not that I expect it to change ever). > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=464ab9724e91436a6616ee66d8c667e0a3eb6f82 --- modules/codec/svcdsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/svcdsub.c b/modules/codec/svcdsub.c index 581c9c3059..81291bda71 100644 --- a/modules/codec/svcdsub.c +++ b/modules/codec/svcdsub.c @@ -51,7 +51,7 @@ vlc_module_begin () set_capability( "spu decoder", 50 ) set_callbacks( DecoderOpen, DecoderClose ) - add_obsolete_integer ( MODULE_STRING "-debug" ) + add_obsolete_integer ( "svcdsub-debug" ) add_submodule () set_description( N_("Philips OGT (SVCD subtitle) packetizer") ) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
