[Mplayer-cvslog] CVS: main/libvo font_load.c,1.21,1.22

pl pl at mplayer.dev.hu
Fri Oct 26 01:34:16 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv31168/libvo

Modified Files:
	font_load.c 
Log Message:
a few warning fixes (missing #include's)


Index: font_load.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- font_load.c	17 Oct 2001 15:15:30 -0000	1.21
+++ font_load.c	25 Oct 2001 23:34:13 -0000	1.22
@@ -9,7 +9,7 @@
 #include "config.h"
 #include "font_load.h"
 
-char *get_path ( char * );
+extern char *get_path ( char * );
 
 raw_file* load_raw(char *name,int verbose){
     int bpp;




More information about the MPlayer-cvslog mailing list