mirror of
https://github.com/mpv-player/mpv
synced 2025-02-04 06:01:56 +00:00
10l. -ao mpegpes shouldn't be disabled if no DVB
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5193 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0df93434cf
commit
a746ebdbad
@ -34,9 +34,7 @@ extern ao_functions_t audio_out_sun;
|
||||
#ifdef USE_SGI_AUDIO
|
||||
extern ao_functions_t audio_out_sgi;
|
||||
#endif
|
||||
#ifdef HAVE_DVB
|
||||
extern ao_functions_t audio_out_mpegpes;
|
||||
#endif
|
||||
extern ao_functions_t audio_out_pcm;
|
||||
extern ao_functions_t audio_out_pss;
|
||||
extern ao_functions_t audio_out_plugin;
|
||||
@ -68,9 +66,7 @@ ao_functions_t* audio_out_drivers[] =
|
||||
#ifdef HAVE_SDL
|
||||
&audio_out_sdl,
|
||||
#endif
|
||||
#ifdef HAVE_DVB
|
||||
&audio_out_mpegpes,
|
||||
#endif
|
||||
&audio_out_pcm,
|
||||
&audio_out_plugin,
|
||||
// &audio_out_pss,
|
||||
|
Loading…
Reference in New Issue
Block a user