Remove unnecessary #ifdef nesting.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26192 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-07 17:20:04 +00:00
parent 079182e047
commit 01b301602c
1 changed files with 2 additions and 2 deletions

View File

@ -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,