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:
3ab0b67
)
gl: add dep on gstegl
author
Matthew Waters
<ystreet00@gmail.com>
Mon, 17 Mar 2014 13:11:14 +0000
(14:11 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:34 +0000
(19:31 +0000)
Temporary until we merge the two libraries
gst-libs/gst/gl/Makefile.am
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/Makefile.am
b/gst-libs/gst/gl/Makefile.am
index bc47bef5c4bc975175ec32556f4083b3bb5729b7..b4ddaef07481490e1177f16121dd6744c3be41a5 100644
(file)
--- a/
gst-libs/gst/gl/Makefile.am
+++ b/
gst-libs/gst/gl/Makefile.am
@@
-104,6
+104,7
@@
libgstgl_@GST_API_VERSION@_la_CFLAGS = \
$(GL_CFLAGS)
libgstgl_@GST_API_VERSION@_la_LDFLAGS = \
+ -lgstegl-$(GST_API_VERSION) \
$(GST_LIB_LDFLAGS) \
$(GST_ALL_LDFLAGS) \
$(GST_LT_LDFLAGS)