gst/audioconvert/gstchannelmix.c: Remove compatibility cruft for prehistoric GLib...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 18 Jan 2007 16:23:35 +0000 (16:23 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 18 Jan 2007 16:23:35 +0000 (16:23 +0000)
Original commit message from CVS:
* gst/audioconvert/gstchannelmix.c:
Remove compatibility cruft for prehistoric GLib versions.

ChangeLog
gst/audioconvert/gstchannelmix.c

index f352bb5..74ceb3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/audioconvert/gstchannelmix.c:
+         Remove compatibility cruft for prehistoric GLib versions.
+
 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/playback/Makefile.am:
index e6b1c4c..f4f6e6f 100644 (file)
 
 #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.
  */