diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-26 14:35:22 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-26 14:35:22 +0000 |
commit | 82dc68af4807b931ca9a320d99add4e6a943aa31 (patch) | |
tree | 1c3ebdc02df491469296dfd64405b060a0b224e0 /ChangeLog | |
parent | 23a2e7d7adad5ce71446e83134f0c84aba5393e8 (diff) | |
download | gst-plugins-bad-82dc68af4807b931ca9a320d99add4e6a943aa31.tar.gz gst-plugins-bad-82dc68af4807b931ca9a320d99add4e6a943aa31.tar.bz2 gst-plugins-bad-82dc68af4807b931ca9a320d99add4e6a943aa31.zip |
ext/musepack/: First include the libmpcdec headers before everything else as they #define TRUE and FALSE unconditiona...
Original commit message from CVS:
* ext/musepack/gstmusepackdec.h:
* ext/musepack/gstmusepackreader.c:
First include the libmpcdec headers before everything else as they
#define TRUE and FALSE unconditionally and we otherwise get conflicts
with the ones that GLib defines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-01-26 Sebastian Dröge <slomo@circular-chaos.org> + * ext/musepack/gstmusepackdec.h: + * ext/musepack/gstmusepackreader.c: + First include the libmpcdec headers before everything else as they + #define TRUE and FALSE unconditionally and we otherwise get conflicts + with the ones that GLib defines. + +2008-01-26 Sebastian Dröge <slomo@circular-chaos.org> + * configure.ac: * ext/soundtouch/gstpitch.cc: Add support for libsoundtouch 1.3.1 and add an ugly workaround for |