mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
gst-libs: build order: uridownloader before adaptivedemux
Otherwise make install fails
This commit is contained in:
parent
b88e4304f1
commit
aba9d86d08
1 changed files with 4 additions and 4 deletions
|
@ -10,12 +10,12 @@ if USE_WAYLAND
|
||||||
WAYLAND_DIR=wayland
|
WAYLAND_DIR=wayland
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = adaptivedemux interfaces basecamerabinsrc codecparsers \
|
SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
|
||||||
insertbin uridownloader mpegts base video $(GL_DIR) $(WAYLAND_DIR)
|
insertbin mpegts base video $(GL_DIR) $(WAYLAND_DIR)
|
||||||
|
|
||||||
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
||||||
DIST_SUBDIRS = adaptivedemux interfaces gl basecamerabinsrc codecparsers \
|
DIST_SUBDIRS = uridownloader adaptivedemux interfaces gl basecamerabinsrc \
|
||||||
insertbin uridownloader mpegts wayland base video
|
codecparsers insertbin mpegts wayland base video
|
||||||
|
|
||||||
#dependencies
|
#dependencies
|
||||||
video: base
|
video: base
|
||||||
|
|
Loading…
Reference in a new issue