From 0def19d47356b31284923f6ec426ee4b005c4d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 14 Apr 2012 15:29:15 +0100 Subject: [PATCH] geometrictransform: don't link against libgstinterfaces which was removed The GstNavigation interface is now in libgstvideo. --- gst/geometrictransform/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/geometrictransform/Makefile.am b/gst/geometrictransform/Makefile.am index 4f11c8a2a1..b34007bc74 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)