mirror of https://github.com/mpv-player/mpv
ao_macosx is fixed, moving it back to top
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12793 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8120c47503
commit
2f212bafee
|
@ -16,6 +16,9 @@ char *ao_subdevice = NULL;
|
|||
#ifdef USE_OSS_AUDIO
|
||||
extern ao_functions_t audio_out_oss;
|
||||
#endif
|
||||
#ifdef MACOSX
|
||||
extern ao_functions_t audio_out_macosx;
|
||||
#endif
|
||||
#ifdef USE_ARTS
|
||||
extern ao_functions_t audio_out_arts;
|
||||
#endif
|
||||
|
@ -50,9 +53,6 @@ extern ao_functions_t audio_out_sgi;
|
|||
#ifdef HAVE_WIN32WAVEOUT
|
||||
extern ao_functions_t audio_out_win32;
|
||||
#endif
|
||||
#ifdef MACOSX
|
||||
extern ao_functions_t audio_out_macosx;
|
||||
#endif
|
||||
#ifdef HAVE_DXR2
|
||||
extern ao_functions_t audio_out_dxr2;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue