mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
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
|
#ifdef USE_OSS_AUDIO
|
||||||
extern ao_functions_t audio_out_oss;
|
extern ao_functions_t audio_out_oss;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef MACOSX
|
||||||
|
extern ao_functions_t audio_out_macosx;
|
||||||
|
#endif
|
||||||
#ifdef USE_ARTS
|
#ifdef USE_ARTS
|
||||||
extern ao_functions_t audio_out_arts;
|
extern ao_functions_t audio_out_arts;
|
||||||
#endif
|
#endif
|
||||||
@ -50,9 +53,6 @@ extern ao_functions_t audio_out_sgi;
|
|||||||
#ifdef HAVE_WIN32WAVEOUT
|
#ifdef HAVE_WIN32WAVEOUT
|
||||||
extern ao_functions_t audio_out_win32;
|
extern ao_functions_t audio_out_win32;
|
||||||
#endif
|
#endif
|
||||||
#ifdef MACOSX
|
|
||||||
extern ao_functions_t audio_out_macosx;
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_DXR2
|
#ifdef HAVE_DXR2
|
||||||
extern ao_functions_t audio_out_dxr2;
|
extern ao_functions_t audio_out_dxr2;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user