summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-07-03 10:11:42 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-07-03 10:16:33 +0100
commit663b62d32927006455dbeeb2ad595b35d94a8434 (patch)
treed16ed47d3baa000f0f4f8f03cc3f2b6e0e2054e7 /ext
parente9bcddb7c61d681ef24cc901bff25fdc2b3ac555 (diff)
downloadgstreamer-plugins-bad-663b62d32927006455dbeeb2ad595b35d94a8434.tar.gz
ttml: fix linking to libgstvideo
https://bugzilla.gnome.org/show_bug.cgi?id=784439
Diffstat (limited to 'ext')
-rw-r--r--ext/ttml/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ttml/Makefile.am b/ext/ttml/Makefile.am
index 87e0ac6fe..b1070cd94 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)