mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
build: fix disting of experimental basecamerabinsrc lib used by camerabin2
https://bugzilla.gnome.org/show_bug.cgi?id=638604
This commit is contained in:
parent
f356c4f7de
commit
124c6d8259
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
if BUILD_EXPERIMENTAL
|
||||
EXPERIMENTAL_LIBS=basecamerabinsrc
|
||||
endif
|
||||
|
@ -6,4 +5,4 @@ endif
|
|||
SUBDIRS = interfaces signalprocessor video $(EXPERIMENTAL_LIBS)
|
||||
|
||||
noinst_HEADERS = gst-i18n-plugin.h gettext.h
|
||||
DIST_SUBDIRS = interfaces signalprocessor video $(EXPERIMENTAL_LIBS)
|
||||
DIST_SUBDIRS = interfaces signalprocessor video basecamerabinsrc
|
||||
|
|
Loading…
Reference in a new issue