diff options
| author | Jesús Corrius <jesus@softcatala.org> | 2008-04-25 12:52:44 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2008-04-25 12:52:44 +0000 |
| commit | 883d93df58691c941822e2ca9077a7c23fb74492 (patch) | |
| tree | 43f5a8eb32aeea836d77bf40383c6af702d7b59a /ChangeLog | |
| parent | bd8c40c014a19e877efcb4feea1da52015769b89 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-04-25 Tim-Philipp Müller <tim at centricular dot net> + + 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. + 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk> * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows): |
