summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2005-11-22 22:35:57 +0000
committerMichael Smith <msmith@xiph.org>2005-11-22 22:35:57 +0000
commita72e695a1e3721fb9b7fcbe7c6bcb036cf4c2567 (patch)
tree3740345fcd938536517aae222b956de11b5de451 /ChangeLog
parent11c39abc9a99d5fcb0070988ffe0d773d9780875 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cb6cf78..ab87fdde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-22 Michael Smith <msmith@fluendo.com>
+
+ * 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 <thaytan@mad.scientist.com>
* ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),