[MPlayer-cvslog] r36312 - trunk/libvo/video_out.c
reimar
subversion at mplayerhq.hu
Sun Jun 9 16:12:54 CEST 2013
Author: reimar
Date: Sun Jun 9 16:12:54 2013
New Revision: 36312
Log:
Move gl_nosw out of CONFIG_X11 ifdef.
Modified:
trunk/libvo/video_out.c
Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c Sun Jun 9 15:54:47 2013 (r36311)
+++ trunk/libvo/video_out.c Sun Jun 9 16:12:54 2013 (r36312)
@@ -197,10 +197,10 @@ const vo_functions_t* const video_out_dr
#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
More information about the MPlayer-cvslog
mailing list