mirror of https://github.com/mpv-player/mpv
compilation fix, patch by Sidik Isani <lksi@cfht.hawaii.edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7474 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d483a015a2
commit
f6cabb3901
|
@ -20,9 +20,9 @@
|
|||
#include "fs.h"
|
||||
|
||||
typedef struct sh_video_t sh_video_t;
|
||||
typedef struct mp_image_t mp_image_t;
|
||||
typedef struct sh_audio_t sh_audio_t;
|
||||
|
||||
// for mpcodecs_[av]d_drivers:
|
||||
#include "../../../libmpcodecs/vd.h"
|
||||
#include "../../../libmpcodecs/ad.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue