mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling against
Original commit message from CVS: * gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling against -base CVS (we don't want to depend on -base CVS for this one define only, and also not for release order reasons).
This commit is contained in:
parent
9a40416751
commit
c22616258e
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst/wavparse/gstwavparse.c:
|
||||||
|
#define 'fact' RIFF chunk if we are not compiling against
|
||||||
|
-base CVS (we don't want to depend on -base CVS for this
|
||||||
|
one define only, and also not for release order reasons).
|
||||||
|
|
||||||
2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
|
2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/taglib/gstid3v2mux.cc:
|
* ext/taglib/gstid3v2mux.cc:
|
||||||
|
|
|
@ -60,8 +60,9 @@
|
||||||
#include "gst/riff/riff-media.h"
|
#include "gst/riff/riff-media.h"
|
||||||
#include <gst/gst-i18n-plugin.h>
|
#include <gst/gst-i18n-plugin.h>
|
||||||
|
|
||||||
#ifndef G_MAXUINT32
|
/* FIXME: remove again when we depend on -base >= 0.10.9.1 */
|
||||||
#define G_MAXUINT32 0xffffffff
|
#ifndef GST_RIFF_TAG_fact
|
||||||
|
#define GST_RIFF_TAG_fact GST_MAKE_FOURCC ('f','a','c','t')
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (wavparse_debug);
|
GST_DEBUG_CATEGORY_STATIC (wavparse_debug);
|
||||||
|
|
Loading…
Reference in a new issue