summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 b4601a3887..80d61af1b5 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -163,9 +163,6 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_3DFX
&video_out_3dfx,
#endif
-#ifdef HAVE_XVMC
- &video_out_xvmc,
-#endif
#ifdef HAVE_XV
&video_out_xv,
#endif
@@ -233,6 +230,9 @@ vo_functions_t* video_out_drivers[] =
#endif
&video_out_null,
// should not be auto-selected
+#ifdef HAVE_XVMC
+ &video_out_xvmc,
+#endif
&video_out_mpegpes,
&video_out_yuv4mpeg,
#ifdef HAVE_PNG