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

PulseAudio cannot be unloaded - fixes #2538

(I would not be surprised if the bug were in the VLC plugin though)
parent cbb613cd
......@@ -103,6 +103,7 @@ vlc_module_begin ()
add_shortcut( "pulseaudio" )
add_shortcut( "pa" )
set_callbacks( Open, Close )
linked_with_a_crap_library_which_uses_atexit()
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