Use alsa by default

parent 563dc100
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
******************************************************************************/ ******************************************************************************/
#ifdef XP_UNIX #ifdef XP_UNIX
# define VOUT_PLUGINS "xvideo,x11,dummy" # 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_height = 100000;
static unsigned int i_previous_width = 100000; static unsigned int i_previous_width = 100000;
......
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