mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
gstreamer1: add config option for building unit test libraries
Signed-off-by: Peter Seiderer <ps.report@gmx.net> [Thomas: remove "default n", simplify option prompt.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f0066a215d
commit
29458dca78
@ -16,6 +16,11 @@ config BR2_PACKAGE_GSTREAMER1
|
|||||||
|
|
||||||
if BR2_PACKAGE_GSTREAMER1
|
if BR2_PACKAGE_GSTREAMER1
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GSTREAMER1_CHECK
|
||||||
|
bool "enable unit test libraries"
|
||||||
|
help
|
||||||
|
Enable building unit test libraries for gstreamer.
|
||||||
|
|
||||||
config BR2_PACKAGE_GSTREAMER1_PARSE
|
config BR2_PACKAGE_GSTREAMER1_PARSE
|
||||||
bool "enable command-line parser"
|
bool "enable command-line parser"
|
||||||
default y
|
default y
|
||||||
|
@ -17,7 +17,7 @@ GSTREAMER1_CONF_OPTS = \
|
|||||||
--disable-failing-tests \
|
--disable-failing-tests \
|
||||||
--disable-valgrind \
|
--disable-valgrind \
|
||||||
--disable-benchmarks \
|
--disable-benchmarks \
|
||||||
--disable-check \
|
$(if $(BR2_PACKAGE_GSTREAMER1_CHECK),,--disable-check) \
|
||||||
$(if $(BR2_PACKAGE_GSTREAMER1_TRACE),,--disable-trace) \
|
$(if $(BR2_PACKAGE_GSTREAMER1_TRACE),,--disable-trace) \
|
||||||
$(if $(BR2_PACKAGE_GSTREAMER1_PARSE),,--disable-parse) \
|
$(if $(BR2_PACKAGE_GSTREAMER1_PARSE),,--disable-parse) \
|
||||||
$(if $(BR2_PACKAGE_GSTREAMER1_GST_DEBUG),,--disable-gst-debug) \
|
$(if $(BR2_PACKAGE_GSTREAMER1_GST_DEBUG),,--disable-gst-debug) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user