summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstwavparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/wavparse/gstwavparse.c')
-rw-r--r--gst/wavparse/gstwavparse.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c
index 1e66138e..48d244a0 100644
--- a/gst/wavparse/gstwavparse.c
+++ b/gst/wavparse/gstwavparse.c
@@ -60,8 +60,9 @@
#include "gst/riff/riff-media.h"
#include <gst/gst-i18n-plugin.h>
-#ifndef G_MAXUINT32
-#define G_MAXUINT32 0xffffffff
+/* FIXME: remove again when we depend on -base >= 0.10.9.1 */
+#ifndef GST_RIFF_TAG_fact
+#define GST_RIFF_TAG_fact GST_MAKE_FOURCC ('f','a','c','t')
#endif
GST_DEBUG_CATEGORY_STATIC (wavparse_debug);