summaryrefslogtreecommitdiff
path: root/src/post/goom/gfontlib.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-05-04 20:50:55 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-05-04 20:50:55 +0000
commit855fca8b75c5734fba4b9065750fbd52848c41ae (patch)
treee7c14863f81fb2d0f56ddc1b05dfbbfc47db16e1 /src/post/goom/gfontlib.c
parent16a83f1287a9e3e7325c964846636b713677fd41 (diff)
downloadxine-lib-855fca8b75c5734fba4b9065750fbd52848c41ae.tar.gz
xine-lib-855fca8b75c5734fba4b9065750fbd52848c41ae.tar.bz2
Make the_font (gfontrle.c) static again, and this time fix up the other
files so that compilation still works. gfontrle.h is no longer needed. CVS patchset: 7987 CVS date: 2006/05/04 20:50:55
Diffstat (limited to 'src/post/goom/gfontlib.c')
-rwxr-xr-xsrc/post/goom/gfontlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/gfontlib.c b/src/post/goom/gfontlib.c
index 710c23520..f9d6801dd 100755
--- a/src/post/goom/gfontlib.c
+++ b/src/post/goom/gfontlib.c
@@ -1,5 +1,5 @@
#include "goom_config.h"
-#include "gfontrle.h"
+#include "gfontrle.c"
#include "gfontlib.h"
#include <string.h>
#include <stdlib.h>