From 8b40fb0f0bfb71913fe5dd22402ecfa479d80b6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 19 Feb 2009 18:12:08 +0200 Subject: [PATCH] PulseAudio cannot be unloaded - fixes #2538 (I would not be surprised if the bug were in the VLC plugin though) --- modules/audio_output/pulse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c index 4ce9ccbf14..19e4b75fab 100644 --- a/modules/audio_output/pulse.c +++ b/modules/audio_output/pulse.c @@ -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 () /***************************************************************************** -- 2.39.2