]> git.sesse.net Git - vlc/commitdiff
Revert "PulseAudio cannot be unloaded - fixes #2538"
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Mar 2010 16:17:07 +0000 (18:17 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Mar 2010 16:18:56 +0000 (18:18 +0200)
This reverts commit 8b40fb0f0bfb71913fe5dd22402ecfa479d80b6d.
Reading the PulseAudio source code, #2538 seems wrong.

Conflicts:

bindings/python

modules/audio_output/pulse.c

index adc32d636d2805868c6dc9792a32101e92df8c9c..852e41802a6097566ace3e4efa140c154de7610a 100644 (file)
@@ -107,7 +107,6 @@ vlc_module_begin ()
     add_shortcut( "pulseaudio" )
     add_shortcut( "pa" )
     set_callbacks( Open, Close )
-    linked_with_a_crap_library_which_uses_atexit()
 vlc_module_end ()
 
 /*****************************************************************************