changeset 36627:cb3210c03df6

vo_s3fb: Fix wrong define, draw_slice stub was removed, not draw_frame.
author reimar
date Sat, 25 Jan 2014 16:54:52 +0000
parents 465fa252aad8
children 20cf5874f85a
files libvo/vo_s3fb.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_s3fb.c	Fri Jan 24 17:11:09 2014 +0000
+++ b/libvo/vo_s3fb.c	Sat Jan 25 16:54:52 2014 +0000
@@ -42,7 +42,7 @@
 #include "mp_msg.h"
 #include "fastmemcpy.h"
 #include "video_out.h"
-#define NO_DRAW_FRAME
+#define NO_DRAW_SLICE
 #include "video_out_internal.h"
 #include "aspect.h"
 #include "sub/sub.h"