diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-04-14 15:29:15 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-04-14 15:29:15 +0100 |
commit | 0def19d47356b31284923f6ec426ee4b005c4d64 (patch) | |
tree | dfda287fb63a2dc441146d97ee6cc2f01994edb6 | |
parent | d487c9cd78d68f080d275c09114e0b3ffc6a68d8 (diff) |
geometrictransform: don't link against libgstinterfaces which was removed
The GstNavigation interface is now in libgstvideo.
-rw-r--r-- | gst/geometrictransform/Makefile.am | 1 |
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) |