Mercurial > mplayer.hg
changeset 37022:11dcd89b22ae
Change order of includes to fix compilation error.
author | reimar |
---|---|
date | Wed, 02 Apr 2014 20:16:31 +0000 |
parents | 9d186448b5d7 |
children | 1236a692d0c6 |
files | libvo/vo_dxr3.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 =