Skip to content

Commit

Permalink
build: Don't fail build if LDPC-SC is disabled in OpenFEC
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Aug 13, 2024
1 parent 99be87e commit f557a24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions 3rdparty/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ elif 'openfec' in system_dependencies:
if not conf.CheckDeclaration('OF_USE_DECODER', '#include <of_openfec_api.h>', 'c'):
env.Die("openfec has no decoder support (OF_USE_DECODER)")

if not conf.CheckDeclaration('OF_USE_LDPC_STAIRCASE_CODEC',
'#include <of_openfec_api.h>', 'c'):
env.Die(
"openfec has no LDPC-Staircase codec support (OF_USE_LDPC_STAIRCASE_CODEC)")

env = conf.Finish()

# dep: openssl
Expand Down

0 comments on commit f557a24

Please sign in to comment.