ttml: fix linking to libgstvideo
authorTim-Philipp Müller <tim@centricular.com>
Mon, 3 Jul 2017 09:11:42 +0000 (10:11 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 3 Jul 2017 09:16:33 +0000 (10:16 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=784439

ext/ttml/Makefile.am

index 87e0ac6..b1070cd 100644 (file)
@@ -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)