mirror of https://github.com/mpv-player/mpv
0.1 bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5612 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d69622363c
commit
bfc15ce00e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue