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

Revert "Disable PA by default. Too buggy."

This reverts commit 3239bdcb.
parent 7f6b7ff3
Changes between 1.1.9 and 1.1.10:
---------------------------------
Linux port:
* PulseAudio output disabled due to unstability
(VLC can still use PulseAudio through ALSA emulation.)
Windows and Mac OS X:
* Update of external library modplug, to address multiple security issues
......
......@@ -45,7 +45,7 @@ static void Close ( vlc_object_t * );
vlc_module_begin ()
set_shortname( "PulseAudio" )
set_description( N_("Pulseaudio audio output") )
set_capability( "audio output", 0 )
set_capability( "audio output", 160 )
set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AOUT )
add_shortcut( "pulseaudio" )
......
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