summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index d86777f886..a717435bf2 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -102,6 +102,9 @@ extern vo_functions_t video_out_xvidix;
vo_functions_t* video_out_drivers[] =
{
+#ifdef HAVE_DIRECTX
+ &video_out_directx,
+#endif
#ifdef HAVE_XMGA
&video_out_xmga,
#endif
@@ -134,9 +137,6 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_SDL
&video_out_sdl,
#endif
-#ifdef HAVE_DIRECTX
- &video_out_directx,
-#endif
#ifdef HAVE_GGI
&video_out_ggi,
#endif