From 663b62d32927006455dbeeb2ad595b35d94a8434 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 3 Jul 2017 10:11:42 +0100 Subject: [PATCH] ttml: fix linking to libgstvideo https://bugzilla.gnome.org/show_bug.cgi?id=784439 --- ext/ttml/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/ttml/Makefile.am b/ext/ttml/Makefile.am index 87e0ac6..b1070cd 100644 --- a/ext/ttml/Makefile.am +++ b/ext/ttml/Makefile.am @@ -19,9 +19,10 @@ libgstttmlsubs_la_CFLAGS = \ $(TTML_CFLAGS) libgstttmlsubs_la_LIBADD = \ + $(GST_PLUGINS_BASE_LIBS) \ + -lgstvideo-$(GST_API_VERSION) \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ - -lgstvideo-$(GST_API_VERSION) \ $(TTML_LIBS) \ $(LIBM) -- 2.7.4