Skip to content
  • Jesús Corrius's avatar
    gst/goom/: Fix build with mingw32: use rand() instead of random() and replace... · 883d93df
    Jesús Corrius authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
    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.
    883d93df