From f557a240631247c22a5784d0f2172ca1ab586846 Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Tue, 13 Aug 2024 19:46:01 +0400 Subject: [PATCH] build: Don't fail build if LDPC-SC is disabled in OpenFEC --- 3rdparty/SConscript | 5 ----- 1 file changed, 5 deletions(-) diff --git a/3rdparty/SConscript b/3rdparty/SConscript index de7548964..dd5338989 100644 --- a/3rdparty/SConscript +++ b/3rdparty/SConscript @@ -191,11 +191,6 @@ elif 'openfec' in system_dependencies: if not conf.CheckDeclaration('OF_USE_DECODER', '#include ', 'c'): env.Die("openfec has no decoder support (OF_USE_DECODER)") - if not conf.CheckDeclaration('OF_USE_LDPC_STAIRCASE_CODEC', - '#include ', 'c'): - env.Die( - "openfec has no LDPC-Staircase codec support (OF_USE_LDPC_STAIRCASE_CODEC)") - env = conf.Finish() # dep: openssl