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
@ -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>
|
2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/playback/Makefile.am:
|
* gst/playback/Makefile.am:
|
||||||
|
@ -29,15 +29,6 @@
|
|||||||
|
|
||||||
#include "gstchannelmix.h"
|
#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.
|
* Channel matrix functions.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user