mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
4938c2e9ea
Move the base camera src class to gst-libs/gst/basecamerabinsrc to allow it to be included from the tests.
9 lines
244 B
Makefile
9 lines
244 B
Makefile
|
|
if BUILD_EXPERIMENTAL
|
|
EXPERIMENTAL_LIBS=basecamerabinsrc
|
|
endif
|
|
|
|
SUBDIRS = $(EXPERIMENTAL_LIBS) interfaces signalprocessor video
|
|
|
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h
|
|
DIST_SUBDIRS = $(EXPERIMENTAL_LIBS) interfaces signalprocessor video
|