summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/post/goom/Makefile.am2
-rwxr-xr-xsrc/post/goom/gfontlib.c2
-rwxr-xr-xsrc/post/goom/gfontrle.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am
index ce70019d9..cfdd0a61e 100644
--- a/src/post/goom/Makefile.am
+++ b/src/post/goom/Makefile.am
@@ -30,7 +30,7 @@ xineplug_post_goom_la_SOURCES = $(extra_files) xine_goom.c \
xineplug_post_goom_la_LIBADD = $(XINE_LIB) $(GOOM_LIBS) $(THREAD_LIBS)
xineplug_post_goom_la_LDFLAGS = -avoid-version -module $(XINE_PLUGIN_MIN_SYMS)
-noinst_HEADERS = cpu_info.h default_scripts.h drawmethods.h gfontlib.h gfontrle.h goom.h \
+noinst_HEADERS = cpu_info.h default_scripts.h drawmethods.h gfontlib.h goom.h \
goom_config.h goom_config_param.h goom_filters.h goom_fx.h goom_graphic.h \
goom_plugin_info.h goom_tools.h goom_typedefs.h goom_visual_fx.h goomsl.h goomsl_hash.h \
goomsl_heap.h goomsl_private.h goomsl_yacc.h ifs.h lines.h mathtools.h mmx.h \
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>
diff --git a/src/post/goom/gfontrle.c b/src/post/goom/gfontrle.c
index 8a4b32cd0..a22545a1e 100755
--- a/src/post/goom/gfontrle.c
+++ b/src/post/goom/gfontrle.c
@@ -1,6 +1,6 @@
/* RGBA C-Source image dump (with zRLE compression) */
-const struct {
+static const struct {
unsigned int width;
unsigned int height;
unsigned int bytes_per_pixel;