From e8ef50ac94938ee230dd15642b86a332d365a1f4 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 23 Feb 2008 02:38:03 +0000 Subject: gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86, spotted by Sebastian Dröge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: * gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86, spotted by Sebastian Dröge * gst/goom/convolve_fx.c (convolve_init), (create_output_with_brightness), (convolve_apply): * gst/goom/filters.c (zoomFilterVisualFXWrapper_create): * gst/goom/goomsl.c: * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create): * gst/goom/plugin_info.c: * gst/goom/tentacle3d.c (tentacle_fx_create): Fix warnings, and disable the motifs in the convolve_fx plugin (they were causing warnings, and they were just "Goom" in funny letterring) --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1900626..f0d02283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2008-02-23 Bastien Nocera + + * gst/goom/Makefile.am: Remove the warnings being disabled, + fix linkage on x86, spotted by Sebastian Dröge + + + * gst/goom/convolve_fx.c (convolve_init), + (create_output_with_brightness), (convolve_apply): + * gst/goom/filters.c (zoomFilterVisualFXWrapper_create): + * gst/goom/goomsl.c: + * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create): + * gst/goom/plugin_info.c: + * gst/goom/tentacle3d.c (tentacle_fx_create): + Fix warnings, and disable the motifs in the convolve_fx + plugin (they were causing warnings, and they were just + "Goom" in funny letterring) + 2008-02-23 Bastien Nocera * configure.ac: Add checks for Flex/Yacc/Bison and other -- cgit