Commit c6ccdf22 authored by Rémi Duraffort's avatar Rémi Duraffort Committed by Jean-Baptiste Kempf

libvlc: inform that the option was deprecated since 2.0.0

(cherry picked from commit 1bde880702e7a8913205ed0f491e9a223dfaae48)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 11c5146b
......@@ -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 )
......
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