From 90fdf92640f4f1e091590718cace3c87718f745e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 23 Jul 2008 22:01:20 +0000 Subject: gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. Original commit message from CVS: * gst/goom/convolve_fx.c: * gst/goom/filters.c: * gst/goom/goom_config.h: * gst/goom/goom_core.c: * gst/goom/goom_tools.h: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. * gst/udp/gstudpnetutils.c: * gst/udp/gstudpsrc.c: Fix build with MSVC: use WSA* constants/functions where appropriate, use g_snprintf rather than snprintf. Fixes #544433. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c297d9b..70f82257 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-07-23 Michael Smith + + * gst/goom/convolve_fx.c: + * gst/goom/filters.c: + * gst/goom/goom_config.h: + * gst/goom/goom_core.c: + * gst/goom/goom_tools.h: + Fix build with MSVC: include glib.h to define inline appropriately, + use header guards where needed. + * gst/udp/gstudpnetutils.c: + * gst/udp/gstudpsrc.c: + Fix build with MSVC: use WSA* constants/functions where appropriate, use + g_snprintf rather than snprintf. + Fixes #544433. + 2008-07-22 Stefan Kost * gst/debug/gsttaginject.c: -- cgit