Commit 00a0ab4f authored by Antoine Cellerier's avatar Antoine Cellerier

Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll

have to remove it... but i doubt it.
parent 5c460cd8
...@@ -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 "alsa,oss,dummy" # define AOUT_PLUGINS "esd,arts,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