From 8408c01e7dd0ac76d19ca8ad0d24397c47e28fc6 Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Mon, 20 Mar 2017 15:19:08 -0700 Subject: [PATCH] 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 --- gst-libs/gst/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 09efdfc..338f708 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 -- 2.7.4