# HG changeset patch # User reimar # Date 1396469791 0 # Node ID 11dcd89b22aef7865f431f2c52df4abd2556ee88 # Parent 9d186448b5d7ee0c7980549be082cf3b4ff1f93e Change order of includes to fix compilation error. diff -r 9d186448b5d7 -r 11dcd89b22ae libvo/vo_dxr3.c --- a/libvo/vo_dxr3.c Wed Apr 02 10:36:03 2014 +0000 +++ b/libvo/vo_dxr3.c Wed Apr 02 20:16:31 2014 +0000 @@ -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 =