summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-10-19 10:57:46 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-10-19 10:57:46 +0000
commit97f39d46478583613258d50acdc209e5c489a969 (patch)
tree1da846391b959f0a4ac37ccd5b15ebe6b81c0f0d /ChangeLog
parent6142c0c1472f79e25daa85906948a27e46dd5b86 (diff)
gst/goom/: Make inline functions either 'static inline' or 'extern inline', otherwise the Forte compiler apparently w...
Original commit message from CVS: * gst/goom/filters.c: * gst/goom/graphic.h: * gst/goom/lines.c: Make inline functions either 'static inline' or 'extern inline', otherwise the Forte compiler apparently won't inline them (#317300).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f3ea975..6acd2710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/goom/filters.c:
+ * gst/goom/graphic.h:
+ * gst/goom/lines.c:
+ Make inline functions either 'static inline' or 'extern inline',
+ otherwise the Forte compiler apparently won't inline them (#317300).
+
2005-10-19 Julien MOUTTE <julien@moutte.net>
* ext/libpng/gstpngdec.c: (gst_pngdec_class_init),