0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Merge two #ifdefs.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26134 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-01 09:45:38 +00:00
parent a09376d67b
commit 2922e18092

View File

@ -51,10 +51,7 @@ const ao_functions_t* const audio_out_drivers[] =
#ifdef USE_OSS_AUDIO
&audio_out_oss,
#endif
#ifdef HAVE_ALSA1X
&audio_out_alsa,
#endif
#ifdef HAVE_ALSA9
#if defined (HAVE_ALSA1X) || defined (HAVE_ALSA9)
&audio_out_alsa,
#endif
#ifdef HAVE_ALSA5