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

Revert "PulseAudio cannot be unloaded - fixes #2538"

This reverts commit 8b40fb0f.
Reading the PulseAudio source code, #2538 seems wrong.

Conflicts:

	bindings/python
parent afcdbd2d
...@@ -107,7 +107,6 @@ vlc_module_begin () ...@@ -107,7 +107,6 @@ vlc_module_begin ()
add_shortcut( "pulseaudio" ) add_shortcut( "pulseaudio" )
add_shortcut( "pa" ) add_shortcut( "pa" )
set_callbacks( Open, Close ) set_callbacks( Open, Close )
linked_with_a_crap_library_which_uses_atexit()
vlc_module_end () 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