mirror of https://github.com/mpv-player/mpv
Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27045 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
41568070f9
commit
4147306650
|
@ -16,7 +16,7 @@ typedef struct {
|
|||
#endif
|
||||
} raw_file;
|
||||
|
||||
typedef struct {
|
||||
typedef struct font_desc {
|
||||
#ifdef HAVE_FREETYPE
|
||||
int dynamic;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue