From 6761e5ec60c83ed02611d597f3e7520e1c532eb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mohammed=20Adn=C3=A8ne=20Trojette?= Date: Mon, 14 Nov 2005 00:52:36 +0000 Subject: [PATCH] backport revision 13225 --- mozilla/vlcshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/vlcshell.cpp b/mozilla/vlcshell.cpp index eb05e9cae0..8079bad574 100644 --- a/mozilla/vlcshell.cpp +++ b/mozilla/vlcshell.cpp @@ -90,7 +90,7 @@ ******************************************************************************/ #ifdef XP_UNIX # define VOUT_PLUGINS "xvideo,x11,dummy" -# define AOUT_PLUGINS "oss,dummy" +# define AOUT_PLUGINS "alsa,oss,dummy" static unsigned int i_previous_height = 100000; static unsigned int i_previous_width = 100000; -- 2.39.2