summaryrefslogtreecommitdiff
path: root/gst/y4m
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2011-08-05 11:32:45 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2011-08-05 11:32:45 +0200
commiteb8075111dd2ee621fdcbc463b272bd08e538f2d (patch)
tree18bf8c03fd4cdc0226e6c1946e5b1e8697ed12e3 /gst/y4m
parentd9750387c15f0dccc3ebe0c578ee787d384c75c0 (diff)
y4menc: Now depends on libgstvideo
Diffstat (limited to 'gst/y4m')
-rw-r--r--gst/y4m/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am
index 3548d8d2c..c81703a31 100644
--- a/gst/y4m/Makefile.am
+++ b/gst/y4m/Makefile.am
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgsty4menc.la
libgsty4menc_la_SOURCES = gsty4mencode.c
libgsty4menc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgsty4menc_la_LIBADD = $(GST_LIBS)
+libgsty4menc_la_LIBADD = $(GST_LIBS) -lgstvideo-$(GST_MAJORMINOR)
libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgsty4menc_la_LIBTOOLFLAGS = --tag=disable-static