0.1 bugfix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5612 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-13 22:18:17 +00:00
parent d69622363c
commit bfc15ce00e
1 changed files with 5 additions and 0 deletions

View File

@ -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 = {