mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
fe9ec3ffdd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
265 B
C
12 lines
265 B
C
#ifndef MPUTILS_H
|
|
#define MPUTILS_H
|
|
|
|
#include "mp_msg.h"
|
|
#include "help_mp.h"
|
|
#include "libvo/font_load.h" // for blur()
|
|
#include "subreader.h" // for guess_buffer_cp
|
|
#include "libvo/sub.h" // for utf8_get_char
|
|
#include "libavutil/common.h"
|
|
|
|
#endif /* MPUTILS_H */
|