summaryrefslogtreecommitdiff
path: root/gst/y4m/Makefile.am
diff options
context:
space:
mode:
authorJohn Hein <n4kdlmx02@sneakemail.com>2012-05-16 21:50:48 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-16 21:50:48 +0100
commit6e7892041644364bd227100e67c65c7796647379 (patch)
treea97b42bb9cfb57437d0ce4c4f3955ddec43fc0ea /gst/y4m/Makefile.am
parent58003154470e1cf2d3e869c0b9fea33c17b707b1 (diff)
downloadgstreamer-plugins-bad-6e7892041644364bd227100e67c65c7796647379.tar.gz
y4m: link against the right libgstvideo
https://bugzilla.gnome.org/show_bug.cgi?id=676189
Diffstat (limited to 'gst/y4m/Makefile.am')
-rw-r--r--gst/y4m/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am
index bee13972d..eb4d5059c 100644
--- a/gst/y4m/Makefile.am
+++ b/gst/y4m/Makefile.am
@@ -4,9 +4,8 @@ plugin_LTLIBRARIES = libgsty4mdec.la
libgsty4mdec_la_SOURCES = gsty4mdec.c
libgsty4mdec_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgsty4mdec_la_LIBADD = \
- $(GST_BASE_PLUGINS_LIBS) -lgstvideo-@GST_API_VERSION@ \
- $(GST_BASE_LIBS) -lgstbase-@GST_API_VERSION@ \
- $(GST_LIBS)
+ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
+ $(GST_BASE_LIBS) $(GST_LIBS)
libgsty4mdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgsty4mdec_la_LIBTOOLFLAGS = --tag=disable-static