projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
179b583
)
ttml: fix linking to libgstvideo
author
Tim-Philipp Müller
<tim@centricular.com>
Mon, 3 Jul 2017 09:11:42 +0000
(10:11 +0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/ext/ttml/Makefile.am
b/ext/ttml/Makefile.am
index 6a8589c8730c7076cf66d82567e4f4162eb4e27d..755476eaee658424310a7e5cae030591cfe557db 100644
(file)
--- 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)