[MPlayer-cvslog] r32103 - trunk/libvo/font_load.c
diego
subversion at mplayerhq.hu
Wed Sep 8 22:04:11 CEST 2010
Author: diego
Date: Wed Sep 8 22:04:10 2010
New Revision: 32103
Log:
Add proper #include instead of declaring sub_unicode extern.
Modified:
trunk/libvo/font_load.c
Modified: trunk/libvo/font_load.c
==============================================================================
--- trunk/libvo/font_load.c Wed Sep 8 22:01:34 2010 (r32102)
+++ trunk/libvo/font_load.c Wed Sep 8 22:04:10 2010 (r32103)
@@ -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 @@ err_out:
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];
More information about the MPlayer-cvslog
mailing list