Commit e0197392 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Disable horribly broken Bonjour code.

Access outputs don't use the playlist (ever heard of VLM?).
parent d021755d
...@@ -291,7 +291,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -291,7 +291,7 @@ static int Open( vlc_object_t *p_this )
return VLC_EGENERIC; return VLC_EGENERIC;
} }
#ifdef HAVE_AVAHI_CLIENT #if 0 //def HAVE_AVAHI_CLIENT
if( config_GetInt(p_this, SOUT_CFG_PREFIX "bonjour") ) if( config_GetInt(p_this, SOUT_CFG_PREFIX "bonjour") )
{ {
char *psz_txt, *psz_name; char *psz_txt, *psz_name;
......
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