Commit 85ba4dba authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add mdns as shortcut for avahi

parent 933fc894
......@@ -58,6 +58,7 @@ vlc_module_begin ()
set_subcategory( SUBCAT_PLAYLIST_SD )
set_capability( "services_discovery", 0 )
set_callbacks( Open, Close )
add_shortcut( "mdns", "avahi" )
VLC_SD_PROBE_SUBMODULE
vlc_module_end ()
......
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