mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
Move mpeg aos to the end of the autodetection list. At least mpegpes
should be there since it now works without the corresponding vo but is not a particularly good ao overall. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19415 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8ccc7ac50d
commit
2ad89c5956
@ -74,14 +74,6 @@ extern ao_functions_t audio_out_pss;
|
|||||||
|
|
||||||
ao_functions_t* audio_out_drivers[] =
|
ao_functions_t* audio_out_drivers[] =
|
||||||
{
|
{
|
||||||
// vo-related: will fail unless you also do -vo mpegpes/dxr2/ivtv
|
|
||||||
&audio_out_mpegpes,
|
|
||||||
#ifdef HAVE_DXR2
|
|
||||||
&audio_out_dxr2,
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_IVTV
|
|
||||||
&audio_out_ivtv,
|
|
||||||
#endif
|
|
||||||
// native:
|
// native:
|
||||||
#ifdef HAVE_DIRECTX
|
#ifdef HAVE_DIRECTX
|
||||||
&audio_out_dsound,
|
&audio_out_dsound,
|
||||||
@ -131,6 +123,13 @@ ao_functions_t* audio_out_drivers[] =
|
|||||||
#endif
|
#endif
|
||||||
#ifdef USE_OPENAL
|
#ifdef USE_OPENAL
|
||||||
&audio_out_openal,
|
&audio_out_openal,
|
||||||
|
#endif
|
||||||
|
&audio_out_mpegpes,
|
||||||
|
#ifdef HAVE_DXR2
|
||||||
|
&audio_out_dxr2,
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_IVTV
|
||||||
|
&audio_out_ivtv,
|
||||||
#endif
|
#endif
|
||||||
&audio_out_null,
|
&audio_out_null,
|
||||||
// should not be auto-selected:
|
// should not be auto-selected:
|
||||||
|
Loading…
Reference in New Issue
Block a user