mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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
This commit is contained in:
parent
1d34c9e0bf
commit
8408c01e7d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ DIST_SUBDIRS = uridownloader adaptivedemux interfaces gl basecamerabinsrc \
|
|||
|
||||
#dependencies
|
||||
video, audio: base
|
||||
gl: allocators
|
||||
|
||||
adaptivedemux: uridownloader
|
||||
|
||||
|
|
Loading…
Reference in a new issue