mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
ttml: fix linking to libgstvideo
https://bugzilla.gnome.org/show_bug.cgi?id=784439
This commit is contained in:
parent
179b583693
commit
3dcfb3ce0e
1 changed files with 2 additions and 1 deletions
|
@ -19,9 +19,10 @@ libgstttmlsubs_la_CFLAGS = \
|
||||||
$(TTML_CFLAGS)
|
$(TTML_CFLAGS)
|
||||||
|
|
||||||
libgstttmlsubs_la_LIBADD = \
|
libgstttmlsubs_la_LIBADD = \
|
||||||
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
-lgstvideo-$(GST_API_VERSION) \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
-lgstvideo-$(GST_API_VERSION) \
|
|
||||||
$(TTML_LIBS) \
|
$(TTML_LIBS) \
|
||||||
$(LIBM)
|
$(LIBM)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue