geometrictransform: don't link against libgstinterfaces which was removed
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 14 Apr 2012 14:29:15 +0000 (15:29 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 14 Apr 2012 14:29:15 +0000 (15:29 +0100)
The GstNavigation interface is now in libgstvideo.

gst/geometrictransform/Makefile.am

index 4f11c8a..b34007b 100644 (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)