From: Tim-Philipp Müller Date: Thu, 18 Jan 2007 16:23:35 +0000 (+0000) Subject: gst/audioconvert/gstchannelmix.c: Remove compatibility cruft for prehistoric GLib... X-Git-Tag: RELEASE-0_10_12~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4936d6ba02661f9340c39a626d36efb9ec07cb4a;p=platform%2Fupstream%2Fgst-plugins-base.git gst/audioconvert/gstchannelmix.c: Remove compatibility cruft for prehistoric GLib versions. Original commit message from CVS: * gst/audioconvert/gstchannelmix.c: Remove compatibility cruft for prehistoric GLib versions. --- diff --git a/ChangeLog b/ChangeLog index f352bb5..74ceb3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-18 Tim-Philipp Müller + + * gst/audioconvert/gstchannelmix.c: + Remove compatibility cruft for prehistoric GLib versions. + 2007-01-17 Tim-Philipp Müller * gst/playback/Makefile.am: diff --git a/gst/audioconvert/gstchannelmix.c b/gst/audioconvert/gstchannelmix.c index e6b1c4c..f4f6e6f 100644 --- a/gst/audioconvert/gstchannelmix.c +++ b/gst/audioconvert/gstchannelmix.c @@ -29,15 +29,6 @@ #include "gstchannelmix.h" -/* GLib < 2.4 compatibility */ -#ifndef G_MININT32 -#define G_MININT32 ((gint32) 0x80000000) -#endif - -#ifndef G_MAXINT32 -#define G_MAXINT32 ((gint32) 0x7fffffff) -#endif - /* * Channel matrix functions. */