mirror of https://github.com/mpv-player/mpv
added missing #include config.h, removed LIBVO2 ifdef.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5285 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
99d5604011
commit
b5ec65bd53
|
@ -23,14 +23,12 @@
|
|||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
// for mmioFOURCC:
|
||||
#include "wine/avifmt.h"
|
||||
|
||||
#ifdef USE_LIBVO2
|
||||
#include "libvo2/img_format.h"
|
||||
#else
|
||||
#include "libvo/img_format.h"
|
||||
#endif
|
||||
#include "codec-cfg.h"
|
||||
|
||||
#define PRINT_LINENUM printf(" at line %d\n", line_num)
|
||||
|
|
Loading…
Reference in New Issue