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:11:42 +0000 (10:11 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=784439

ext/ttml/Makefile.am

index 6a8589c8730c7076cf66d82567e4f4162eb4e27d..755476eaee658424310a7e5cae030591cfe557db 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)