summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-02-23 12:10:16 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-02-23 12:10:16 +0000
commit67101abdd69f40043548a401b33a9f1d4127f95b (patch)
treeae4c710003ff93f8379090f9ea201bcb9d0e8ead /ChangeLog
parent0984f9405a991ee8b0f1e6258dc59d2d821eb9ca (diff)
gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anything useful. Export goom debug category so...
Original commit message from CVS: * gst/goom/gstgoom.c: (goom_debug), (plugin_init): * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT), (setOptimizedMethods): Call oil_init(), otherwise oil_get_cpu_flags() won't return anything useful. Export goom debug category so we can get rid of the VERBOSE define and the printfs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da33c5f7..85d6d429 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
+ * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
+ (setOptimizedMethods):
+ Call oil_init(), otherwise oil_get_cpu_flags() won't return
+ anything useful. Export goom debug category so we can get
+ rid of the VERBOSE define and the printfs.
+
+2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/goom/goomsl_heap.c: (align_it):
* gst/goom/plugin_info.c: (setOptimizedMethods):
Compile fixes for x86-64.