1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

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

have to remove it... but i doubt it.
This commit is contained in:
Antoine Cellerier 2006-02-10 16:30:20 +00:00
parent 5c460cd816
commit 00a0ab4f47

View File

@ -90,7 +90,7 @@
******************************************************************************/
#ifdef XP_UNIX
# 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_width = 100000;