check: disable ABI checks

This commit is contained in:
Wim Taymans 2010-12-07 18:32:53 +01:00
parent a5ab300978
commit 9b37a40e94

View file

@ -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 \