[MPlayer-cvslog] r18745 - trunk/libvo/vo_gl2.c
reimar
subversion at mplayerhq.hu
Sat Jun 17 21:43:13 CEST 2006
Author: reimar
Date: Sat Jun 17 21:43:13 2006
New Revision: 18745
Modified:
trunk/libvo/vo_gl2.c
Log:
Make header include order more similar to vo_gl.c
Patch by Erik Lunchpail (erik_27can at yahoo com) to ease win32 gui compilation
Modified: trunk/libvo/vo_gl2.c
==============================================================================
--- trunk/libvo/vo_gl2.c (original)
+++ trunk/libvo/vo_gl2.c Sat Jun 17 21:43:13 2006
@@ -15,13 +15,12 @@
#include "video_out_internal.h"
#include "sub.h"
+#include "gl_common.h"
+#include "aspect.h"
#ifdef HAVE_NEW_GUI
#include "Gui/interface.h"
#endif
-#include "gl_common.h"
-#include "aspect.h"
-
#define NDEBUG
//#undef NDEBUG
More information about the MPlayer-cvslog
mailing list