summaryrefslogtreecommitdiffstats
path: root/ext/flac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-14 19:09:23 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-14 19:09:23 +0000
commit7c399e62b5d35ab1fb472b46e2ed5198a84c3642 (patch)
treefb9eed84d1f37fb534131116aa10bcb29207231f /ext/flac
parent734e19ff44c4ab52d42d60e538834b95fb5ed9ee (diff)
distcheck fixes
Original commit message from CVS: distcheck fixes
Diffstat (limited to 'ext/flac')
-rw-r--r--ext/flac/gstflacdec.c2
-rw-r--r--ext/flac/gstflacenc.c2
-rw-r--r--ext/flac/gstflactag.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c
index a67c4a98..104552d6 100644
--- a/ext/flac/gstflacdec.c
+++ b/ext/flac/gstflacdec.c
@@ -27,7 +27,7 @@
#include "gstflacdec.h"
#include <gst/gsttaginterface.h>
-#include <gst/tags/gsttagediting.h>
+#include <gst/tag/tag.h>
#include "flac_compat.h"
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c
index 4b7bf16c..29425c95 100644
--- a/ext/flac/gstflacenc.c
+++ b/ext/flac/gstflacenc.c
@@ -25,7 +25,7 @@
#include <string.h>
#include <gstflacenc.h>
-#include <gst/tags/gsttagediting.h>
+#include <gst/tag/tag.h>
#include <gst/gsttaginterface.h>
#include "flac_compat.h"
diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c
index 03e24a1e..39d31729 100644
--- a/ext/flac/gstflactag.c
+++ b/ext/flac/gstflactag.c
@@ -24,7 +24,7 @@
#include "config.h"
#endif
#include <gst/gsttaginterface.h>
-#include <gst/tags/gsttagediting.h>
+#include <gst/tag/tag.h>
#include <string.h>
#define GST_TYPE_FLAC_TAG (gst_flac_tag_get_type())