[MPlayer-dev-eng] [PATCH]Prefer vdpau over xv if available
Carl Eugen Hoyos
cehoyos at rainbow.studorg.tuwien.ac.at
Mon Mar 30 12:00:40 CEST 2009
Hi!
Attached patch would revert r28688.
Since I expect it to be controversial, I'll not commit before comments
were made.
Carl Eugen
-------------- next part --------------
Index: libvo/video_out.c
===================================================================
--- libvo/video_out.c (revision 29081)
+++ libvo/video_out.c (working copy)
@@ -174,12 +174,12 @@
#ifdef CONFIG_3DFX
&video_out_3dfx,
#endif
+#if CONFIG_VDPAU
+ &video_out_vdpau,
+#endif
#ifdef CONFIG_XV
&video_out_xv,
#endif
-#if CONFIG_VDPAU
- &video_out_vdpau,
-#endif
#ifdef CONFIG_X11
&video_out_x11,
&video_out_xover,
More information about the MPlayer-dev-eng
mailing list