mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
check: disable ABI checks
This commit is contained in:
parent
a5ab300978
commit
9b37a40e94
1 changed files with 7 additions and 1 deletions
|
@ -35,6 +35,7 @@ endif
|
|||
|
||||
# Do not run the abi test in case any option which causes the API to change has
|
||||
# been used
|
||||
if FALSE
|
||||
if !GST_DISABLE_LOADSAVE
|
||||
if !GST_DISABLE_REGISTRY
|
||||
if !GST_DISABLE_TRACE
|
||||
|
@ -42,6 +43,11 @@ ABI_CHECKS = gst/gstabi
|
|||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
if FALSE
|
||||
LIBSABI_CHECKS = libs/libsabi
|
||||
endif
|
||||
|
||||
if HAVE_CXX
|
||||
CXX_CHECKS = gst/gstcpp
|
||||
|
@ -115,7 +121,7 @@ check_PROGRAMS = \
|
|||
generic/states \
|
||||
$(PARSE_CHECKS) \
|
||||
$(REGISTRY_CHECKS) \
|
||||
libs/libsabi \
|
||||
$(LIBSABI_CHECKS) \
|
||||
libs/gdp \
|
||||
libs/adapter \
|
||||
libs/bitreader \
|
||||
|
|
Loading…
Reference in a new issue