summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2017-03-20 15:19:08 -0700
committerMatthew Waters <matthew@centricular.com>2017-03-21 12:05:14 +1100
commit8408c01e7dd0ac76d19ca8ad0d24397c47e28fc6 (patch)
tree987d026a21fc2d935bcbd7578658614aff414ef6
parent1d34c9e0bfe9d0af6343684c3bd9a07eed7f904e (diff)
downloadgstreamer-plugins-bad-8408c01e7dd0ac76d19ca8ad0d24397c47e28fc6.tar.gz
build: declare dependency from gl on allocators
libgstgl has a dependency on libgstallocators starting with: ed1e4c1 glupload: Add support for Vivante DirectTexture uploads The dependency wasn't stated in the Makefile, so the build could occasionally fail if you got unlucky with the ordering of build steps. https://bugzilla.gnome.org/show_bug.cgi?id=780330
-rw-r--r--gst-libs/gst/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am
index 09efdfcf4..338f70821 100644
--- a/gst-libs/gst/Makefile.am
+++ b/gst-libs/gst/Makefile.am
@@ -24,6 +24,7 @@ DIST_SUBDIRS = uridownloader adaptivedemux interfaces gl basecamerabinsrc \
#dependencies
video, audio: base
+gl: allocators
adaptivedemux: uridownloader