diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 19:09:23 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 19:09:23 +0000 |
commit | 7c399e62b5d35ab1fb472b46e2ed5198a84c3642 (patch) | |
tree | fb9eed84d1f37fb534131116aa10bcb29207231f /ext | |
parent | 734e19ff44c4ab52d42d60e538834b95fb5ed9ee (diff) |
distcheck fixes
Original commit message from CVS:
distcheck fixes
Diffstat (limited to 'ext')
-rw-r--r-- | ext/flac/gstflacdec.c | 2 | ||||
-rw-r--r-- | ext/flac/gstflacenc.c | 2 | ||||
-rw-r--r-- | ext/flac/gstflactag.c | 2 | ||||
-rw-r--r-- | ext/gdk_pixbuf/Makefile.am | 4 |
4 files changed, 5 insertions, 5 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()) diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am index 3e0b1179..95477db4 100644 --- a/ext/gdk_pixbuf/Makefile.am +++ b/ext/gdk_pixbuf/Makefile.am @@ -22,8 +22,8 @@ gst_loader_headers = gstgdkanimation.h install-data-hook: if test -z "$(DESTDIR)" ; then \ - $(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONFDIR) ; \ - $(QUERYLOADERS) > $(DESTDIR)$(GDK_PIXBUF_CONFDIR)/gdk-pixbuf.loaders ; \ + $(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONF_DIR) ; \ + $(QUERYLOADERS) > $(DESTDIR)$(GDK_PIXBUF_CONF_DIR)/gdk-pixbuf.loaders ; \ fi else |