Mercurial > mplayer.hg
changeset 32019:622ac29edfc8
Add proper #include instead of declaring sub_unicode extern.
author | diego |
---|---|
date | Wed, 08 Sep 2010 20:04:10 +0000 |
parents | c3c9652058f8 |
children | 6c48f42a9c75 |
files | libvo/font_load.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/font_load.c Wed Sep 08 20:01:34 2010 +0000 +++ b/libvo/font_load.c Wed Sep 08 20:04:10 2010 +0000 @@ -26,6 +26,7 @@ #include <unistd.h> #include "font_load.h" +#include "sub.h" #include "mp_msg.h" raw_file* load_raw(char *name,int verbose){ @@ -63,8 +64,6 @@ return NULL; } -extern int sub_unicode; - font_desc_t* read_font_desc(const char* fname,float factor,int verbose){ unsigned char sor[1024]; unsigned char sor2[1024];