diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-07-03 10:11:42 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-07-03 10:11:42 +0100 |
commit | 3dcfb3ce0e77c7eb53256834010782fa9464bf3e (patch) | |
tree | 0e0032112b15af2681403cc67cadde92e2faf9bf /ext | |
parent | 179b58369345a995b24abfb54da6885d193828b6 (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.am | 3 |
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) |