From a72e695a1e3721fb9b7fcbe7c6bcb036cf4c2567 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 22 Nov 2005 22:35:57 +0000 Subject: Fix for #321430: unresolved symbols due to incorrect linkage on inline functions in goom. Original commit message from CVS: Fix for #321430: unresolved symbols due to incorrect linkage on inline functions in goom. Does not, however, fix the general crackheadedness of goom (global variables, oh my!); this should be moved to -bad. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2cb6cf78..ab87fdde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-22 Michael Smith + + * gst/goom/filters.c: + * gst/goom/graphic.h: + Fix compilation by making some functions static inline instead of + extern inline, matching the way they're used. + 2005-11-22 Jan Schmidt * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init), -- cgit