summaryrefslogtreecommitdiff
path: root/gst/videocrop
diff options
context:
space:
mode:
authorAntoine Tremblay <hexa00@gmail.com>2012-10-27 17:27:16 -0400
committerTim-Philipp Müller <tim@centricular.net>2012-10-27 23:26:41 +0100
commita1c86de09a57152e1e13bb01f5edd3143f1637d9 (patch)
tree14a97626b097609f54843a0a61579154d2dd471d /gst/videocrop
parent29cd24bc414c69a6ee1326438764a630581194cd (diff)
downloadgstreamer-plugins-good-a1c86de09a57152e1e13bb01f5edd3143f1637d9.tar.gz
gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.am
Those plugins depend on either libgstaudio or libgstvideo, which are in gst-plugins-base. https://bugzilla.gnome.org/show_bug.cgi?id=687013
Diffstat (limited to 'gst/videocrop')
-rw-r--r--gst/videocrop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videocrop/Makefile.am b/gst/videocrop/Makefile.am
index a678dd0c7..4f59b5353 100644
--- a/gst/videocrop/Makefile.am
+++ b/gst/videocrop/Makefile.am
@@ -6,7 +6,7 @@ plugin_LTLIBRARIES = libgstvideocrop.la
libgstvideocrop_la_SOURCES = gstvideocrop.c gstaspectratiocrop.c
libgstvideocrop_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
-libgstvideocrop_la_LIBADD = $(GST_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
+libgstvideocrop_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
libgstvideocrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvideocrop_la_LIBTOOLFLAGS = --tag=disable-static