[vlc-commits] libvlc: inform that the option was deprecated since 2.0.0

Rémi Duraffort git at videolan.org
Mon Mar 5 19:21:20 CET 2012


vlc/vlc-2.0 | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Mar  4 19:29:43 2012 +0100| [c6ccdf22bc5f2179097a259a9a5f89b6cabedb0e] | committer: Jean-Baptiste Kempf

libvlc: inform that the option was deprecated since 2.0.0
(cherry picked from commit 1bde880702e7a8913205ed0f491e9a223dfaae48)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/libvlc-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 5608097..dbf84f2 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -2075,7 +2075,7 @@ vlc_module_begin ()
                 ACCESS_OUTPUT_TEXT, ACCESS_OUTPUT_LONGTEXT, true )
     add_integer( "ttl", -1, TTL_TEXT, TTL_LONGTEXT, true )
     add_string( "miface", NULL, MIFACE_TEXT, MIFACE_LONGTEXT, true )
-    add_obsolete_string( "miface-addr" )
+    add_obsolete_string( "miface-addr" ) /* since 2.0.0 */
     add_integer( "dscp", 0, DSCP_TEXT, DSCP_LONGTEXT, true )
 
     set_subcategory( SUBCAT_SOUT_PACKETIZER )



More information about the vlc-commits mailing list