[vlc-commits] dmo: remove unused define

Steve Lhomme git at videolan.org
Wed Jan 30 09:36:02 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jan 29 12:47:24 2019 +0100| [ec9b91fbbfa009c0d450758f71bcf874de7ffab0] | committer: Steve Lhomme

dmo: remove unused define

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

 modules/codec/dmo/dmo.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/codec/dmo/dmo.c b/modules/codec/dmo/dmo.c
index 5ee9c72ee1..65f7dae01f 100644
--- a/modules/codec/dmo/dmo.c
+++ b/modules/codec/dmo/dmo.c
@@ -86,7 +86,6 @@ vlc_module_begin ()
     set_capability( "audio decoder", 1 )
     set_callbacks(DecoderOpen, DecoderClose)
 
-#   define ENC_CFG_PREFIX "sout-dmo-"
     add_submodule ()
     set_description( N_("DirectMedia Object encoder") )
     add_shortcut( "dmo" )



More information about the vlc-commits mailing list