mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 00:29:02 +00:00
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 <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
// for mmioFOURCC:
|
// for mmioFOURCC:
|
||||||
#include "wine/avifmt.h"
|
#include "wine/avifmt.h"
|
||||||
|
|
||||||
#ifdef USE_LIBVO2
|
|
||||||
#include "libvo2/img_format.h"
|
|
||||||
#else
|
|
||||||
#include "libvo/img_format.h"
|
#include "libvo/img_format.h"
|
||||||
#endif
|
|
||||||
#include "codec-cfg.h"
|
#include "codec-cfg.h"
|
||||||
|
|
||||||
#define PRINT_LINENUM printf(" at line %d\n", line_num)
|
#define PRINT_LINENUM printf(" at line %d\n", line_num)
|
||||||
|
Loading…
Reference in New Issue
Block a user