changeset 5611:0fad81defb4f

0.1 bugfix
author arpi
date Sat, 13 Apr 2002 22:18:17 +0000
parents fd196de4f1e9
children 027568c0f982
files libvo/vo_directfb.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_directfb.c	Sat Apr 13 22:16:15 2002 +0000
+++ b/libvo/vo_directfb.c	Sat Apr 13 22:18:17 2002 +0000
@@ -58,8 +58,13 @@
 #include "fastmemcpy.h"
 #include "sub.h"
 #include "../postproc/rgb2rgb.h"
+
 #include "aspect.h"
 
+#ifndef min
+#define min(x,y) (((x)<(y))?(x):(y))
+#endif
+
 LIBVO_EXTERN(directfb)
 
 static vo_info_t vo_info = {