mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
5262208d6e
commit
4936d6ba02
2 changed files with 5 additions and 9 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue