From 67101abdd69f40043548a401b33a9f1d4127f95b Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 23 Feb 2008 12:10:16 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da33c5f7..85d6d429 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-02-23 Tim-Philipp Müller + + * 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 * gst/goom/goomsl_heap.c: (align_it): -- cgit