[MPlayer-cvslog] r37118 - trunk/libvo/vo_dxr3.c
reimar
subversion at mplayerhq.hu
Wed Apr 2 22:16:31 CEST 2014
Author: reimar
Date: Wed Apr 2 22:16:31 2014
New Revision: 37118
Log:
Change order of includes to fix compilation error.
Modified:
trunk/libvo/vo_dxr3.c
Modified: trunk/libvo/vo_dxr3.c
==============================================================================
--- trunk/libvo/vo_dxr3.c Wed Apr 2 12:36:03 2014 (r37117)
+++ trunk/libvo/vo_dxr3.c Wed Apr 2 22:16:31 2014 (r37118)
@@ -41,8 +41,6 @@
#include "fastmemcpy.h"
#include "video_out.h"
-#define NO_DRAW_SLICE
-#include "video_out_internal.h"
#include "libmpcodecs/vf.h"
#include "aspect.h"
#include "sub/spuenc.h"
@@ -55,6 +53,9 @@
#endif
#include "libavutil/avstring.h"
+#define NO_DRAW_SLICE
+#include "video_out_internal.h"
+
#define SPU_SUPPORT
static const vo_info_t info =
More information about the MPlayer-cvslog
mailing list