CVS: main/libvo vo_directfb.c,1.15,1.16
14 Apr
2002
14 Apr
'02
12:18 a.m.
Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv24835 Modified Files: vo_directfb.c Log Message: 0.1 bugfix Index: vo_directfb.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_directfb.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- vo_directfb.c 13 Apr 2002 19:14:33 -0000 1.15 +++ vo_directfb.c 13 Apr 2002 22:18:17 -0000 1.16 @@ -58,7 +58,12 @@ #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)
8613
Age (days ago)
8613
Last active (days ago)
0 comments
1 participants
participants (1)
-
Arpi of Ize