mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
Remove unnecessary #ifdef nesting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26192 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
079182e047
commit
01b301602c
@ -124,10 +124,10 @@ const vo_functions_t* const video_out_drivers[] =
|
||||
#ifdef HAVE_DIRECTX
|
||||
&video_out_directx,
|
||||
#endif
|
||||
#ifdef MACOSX
|
||||
#ifdef MACOSX_COREVIDEO
|
||||
&video_out_macosx,
|
||||
#endif
|
||||
#ifdef MACOSX
|
||||
&video_out_quartz,
|
||||
#endif
|
||||
#ifdef HAVE_XMGA
|
||||
@ -202,10 +202,10 @@ const vo_functions_t* const video_out_drivers[] =
|
||||
#endif
|
||||
#ifdef HAVE_DIRECTFB
|
||||
&video_out_directfb,
|
||||
#endif
|
||||
#ifdef HAVE_DFBMGA
|
||||
&video_out_dfbmga,
|
||||
#endif
|
||||
#endif
|
||||
#ifdef CONFIG_VIDIX
|
||||
#ifdef HAVE_X11
|
||||
&video_out_xvidix,
|
||||
|
Loading…
Reference in New Issue
Block a user