mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 16:19:59 +00:00
basecamerabinsrc: Fix makefile building order
basecamerabinsrc must be built after photography interface as it depends on it.
This commit is contained in:
parent
a7fe67700e
commit
42092fe928
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ if BUILD_EXPERIMENTAL
|
|||
EXPERIMENTAL_LIBS=basecamerabinsrc
|
||||
endif
|
||||
|
||||
SUBDIRS = $(EXPERIMENTAL_LIBS) interfaces signalprocessor video
|
||||
SUBDIRS = interfaces signalprocessor video $(EXPERIMENTAL_LIBS)
|
||||
|
||||
noinst_HEADERS = gst-i18n-plugin.h gettext.h
|
||||
DIST_SUBDIRS = $(EXPERIMENTAL_LIBS) interfaces signalprocessor video
|
||||
DIST_SUBDIRS = interfaces signalprocessor video $(EXPERIMENTAL_LIBS)
|
||||
|
|
Loading…
Reference in a new issue