changeset 36216:36bf5f450577

Move gl_nosw out of CONFIG_X11 ifdef.
author reimar
date Sun, 09 Jun 2013 14:12:54 +0000
parents 4eb27365d0b0
children 98774518a470
files libvo/video_out.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Sun Jun 09 13:54:47 2013 +0000
+++ b/libvo/video_out.c	Sun Jun 09 14:12:54 2013 +0000
@@ -197,10 +197,10 @@
 #ifdef CONFIG_XV
         &video_out_xv,
 #endif
-#ifdef CONFIG_X11
 #ifdef CONFIG_GL
         &video_out_gl_nosw,
 #endif
+#ifdef CONFIG_X11
         &video_out_x11,
         &video_out_xover,
 #endif