geometrictransform: don't link against libgstinterfaces which was removed

The GstNavigation interface is now in libgstvideo.
This commit is contained in:
Tim-Philipp Müller 2012-04-14 15:29:15 +01:00
parent d487c9cd78
commit 0def19d473

View file

@ -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)