mirror of https://github.com/mpv-player/mpv
compilation fix for codecs2html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15306 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1242c666da
commit
d56fd3bc31
|
@ -32,7 +32,7 @@
|
||||||
// for mmioFOURCC:
|
// for mmioFOURCC:
|
||||||
#include "libmpdemux/aviheader.h"
|
#include "libmpdemux/aviheader.h"
|
||||||
|
|
||||||
#include "libvo/img_format.h"
|
#include "libmpcodecs/img_format.h"
|
||||||
#include "codec-cfg.h"
|
#include "codec-cfg.h"
|
||||||
|
|
||||||
#ifndef CODECS2HTML
|
#ifndef CODECS2HTML
|
||||||
|
|
Loading…
Reference in New Issue