# HG changeset patch # User reimar # Date 1370787174 0 # Node ID 36bf5f450577e6b88a6eacaf3d8b42007fe81959 # Parent 4eb27365d0b0ea68274b4adb9bae8f6e08fa5c86 Move gl_nosw out of CONFIG_X11 ifdef. diff -r 4eb27365d0b0 -r 36bf5f450577 libvo/video_out.c --- 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