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.
This commit is contained in:
Tim-Philipp Müller 2007-01-18 16:23:35 +00:00
parent 5262208d6e
commit 4936d6ba02
2 changed files with 5 additions and 9 deletions

View file

@ -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:

View file

@ -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.
*/