gst/goom/: Fix build with mingw32: use rand() instead of random() and replace bzero...
authorJesús Corrius <jesus@softcatala.org>
Fri, 25 Apr 2008 12:52:44 +0000 (12:52 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 25 Apr 2008 12:52:44 +0000 (12:52 +0000)
commit883d93df58691c941822e2ca9077a7c23fb74492
tree43f5a8eb32aeea836d77bf40383c6af702d7b59a
parentbd8c40c014a19e877efcb4feea1da52015769b89
gst/goom/: Fix build with mingw32: use rand() instead of random() and replace bzero() with memset(). Fixes #529692.

Original commit message from CVS:
Patch by: Jesús Corrius <jesus at softcatala org>
* gst/goom/filters.c: (zoomVector):
* gst/goom/goom_core.c: (init_buffers):
Fix build with mingw32: use rand() instead of random() and
replace bzero() with memset(). Fixes #529692.
ChangeLog
gst/goom/filters.c
gst/goom/goom_core.c