summaryrefslogtreecommitdiff
path: root/gst/geometrictransform
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-14 15:29:15 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-14 15:29:15 +0100
commit0def19d47356b31284923f6ec426ee4b005c4d64 (patch)
treedfda287fb63a2dc441146d97ee6cc2f01994edb6 /gst/geometrictransform
parentd487c9cd78d68f080d275c09114e0b3ffc6a68d8 (diff)
downloadgstreamer-plugins-bad-0def19d47356b31284923f6ec426ee4b005c4d64.tar.gz
geometrictransform: don't link against libgstinterfaces which was removed
The GstNavigation interface is now in libgstvideo.
Diffstat (limited to 'gst/geometrictransform')
-rw-r--r--gst/geometrictransform/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/geometrictransform/Makefile.am b/gst/geometrictransform/Makefile.am
index 4f11c8a2a..b34007bc7 100644
--- a/gst/geometrictransform/Makefile.am
+++ b/gst/geometrictransform/Makefile.am
@@ -24,7 +24,6 @@ libgstgeometrictransform_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
libgstgeometrictransform_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-@GST_API_VERSION@ \
- -lgstinterfaces-@GST_API_VERSION@ \
$(GST_BASE_LIBS) \
$(GST_LIBS) $(LIBM)
libgstgeometrictransform_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)