mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
Disable ao_mpegpes if compiled with libvo2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2901 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cf408ccf65
commit
4eac027933
@ -42,7 +42,9 @@ extern ao_functions_t audio_out_sgi;
|
||||
extern ao_functions_t audio_out_dxr3;
|
||||
#endif
|
||||
extern ao_functions_t audio_out_pcm;
|
||||
#ifndef USE_LIBVO2
|
||||
extern ao_functions_t audio_out_mpegpes;
|
||||
#endif
|
||||
extern ao_functions_t audio_out_pss;
|
||||
|
||||
ao_functions_t* audio_out_drivers[] =
|
||||
@ -73,7 +75,9 @@ ao_functions_t* audio_out_drivers[] =
|
||||
&audio_out_dxr3,
|
||||
#endif
|
||||
&audio_out_pcm,
|
||||
#ifndef USE_LIBVO2
|
||||
&audio_out_mpegpes,
|
||||
#endif
|
||||
// &audio_out_pss,
|
||||
NULL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user