0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

fixed extern

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@729 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-08 20:09:39 +00:00
parent dba198bb1d
commit 7ec4ffefd8

View File

@ -34,6 +34,8 @@ raw_file* load_raw(char *name,int verbose){
return raw;
}
extern int sub_unicode;
font_desc_t* read_font_desc(char* fname,float factor,int verbose){
unsigned char sor[1024];
unsigned char sor2[1024];
@ -44,7 +46,6 @@ int i,j;
int chardb=0;
int fontdb=-1;
int version=0;
int sub_unicode=0;
desc=malloc(sizeof(font_desc_t));if(!desc) return NULL;
memset(desc,0,sizeof(font_desc_t));