mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 11:50:48 +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
|
#ifdef HAVE_DIRECTX
|
||||||
&video_out_directx,
|
&video_out_directx,
|
||||||
#endif
|
#endif
|
||||||
#ifdef MACOSX
|
|
||||||
#ifdef MACOSX_COREVIDEO
|
#ifdef MACOSX_COREVIDEO
|
||||||
&video_out_macosx,
|
&video_out_macosx,
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef MACOSX
|
||||||
&video_out_quartz,
|
&video_out_quartz,
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_XMGA
|
#ifdef HAVE_XMGA
|
||||||
@ -202,10 +202,10 @@ const vo_functions_t* const video_out_drivers[] =
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_DIRECTFB
|
#ifdef HAVE_DIRECTFB
|
||||||
&video_out_directfb,
|
&video_out_directfb,
|
||||||
|
#endif
|
||||||
#ifdef HAVE_DFBMGA
|
#ifdef HAVE_DFBMGA
|
||||||
&video_out_dfbmga,
|
&video_out_dfbmga,
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_VIDIX
|
#ifdef CONFIG_VIDIX
|
||||||
#ifdef HAVE_X11
|
#ifdef HAVE_X11
|
||||||
&video_out_xvidix,
|
&video_out_xvidix,
|
||||||
|
Loading…
Reference in New Issue
Block a user