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:11:42 +0100
commit3dcfb3ce0e77c7eb53256834010782fa9464bf3e (patch)
tree0e0032112b15af2681403cc67cadde92e2faf9bf /ext
parent179b58369345a995b24abfb54da6885d193828b6 (diff)
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 6a8589c87..755476eae 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)