mirror of https://github.com/mpv-player/mpv
Merge two #ifdefs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26134 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a09376d67b
commit
2922e18092
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue