summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-05 12:27:21 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-05 13:20:47 +0100
commit3d9f6d9615b9eced50409f137c60d96eb18b347d (patch)
tree9e60b1b11d2157e36cc5757e54520bcc52446c6a /ext/gdk_pixbuf
parent732704c007f6119010fdace995ce246b10ba9f91 (diff)
configure: make gdk-pixbuf plugin depend only on gdk-pixbuf, not gtk+
Diffstat (limited to 'ext/gdk_pixbuf')
-rw-r--r--ext/gdk_pixbuf/Makefile.am4
-rw-r--r--ext/gdk_pixbuf/pixbufscale.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am
index 8b08817e..cf5265c2 100644
--- a/ext/gdk_pixbuf/Makefile.am
+++ b/ext/gdk_pixbuf/Makefile.am
@@ -4,11 +4,11 @@ libgstgdkpixbuf_la_SOURCES = gstgdkpixbuf.c gstgdkpixbufsink.c pixbufscale.c
libgstgdkpixbuf_la_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) $(GTK_CFLAGS)
+ $(GST_CFLAGS) $(GDK_PIXBUF_CFLAGS)
libgstgdkpixbuf_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
$(GST_BASE_LIBS) \
- $(GST_LIBS) $(GTK_LIBS)
+ $(GST_LIBS) $(GDK_PIXBUF_LIBS)
libgstgdkpixbuf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstgdkpixbuf_la_LIBTOOLFLAGS = --tag=disable-static
diff --git a/ext/gdk_pixbuf/pixbufscale.h b/ext/gdk_pixbuf/pixbufscale.h
index 588665c1..686bf4dc 100644
--- a/ext/gdk_pixbuf/pixbufscale.h
+++ b/ext/gdk_pixbuf/pixbufscale.h
@@ -23,9 +23,9 @@
#ifndef __GST_PIXBUFSCALE_H__
#define __GST_PIXBUFSCALE_H__
-#include <gtk/gtk.h>
#include <gst/gst.h>
#include <gst/base/gstbasetransform.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
G_BEGIN_DECLS