1*4882a593Smuzhiyuncomment "liquid-dsp requires a glibc or musl toolchain w/ dynamic library" 2*4882a593Smuzhiyun depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || BR2_STATIC_LIBS 3*4882a593Smuzhiyun 4*4882a593Smuzhiyunconfig BR2_PACKAGE_LIQUID_DSP 5*4882a593Smuzhiyun bool "liquid-dsp" 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL 7*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun Liquid-DSP is a free and open-source signal processing 10*4882a593Smuzhiyun library for software-defined radios written in C. Its 11*4882a593Smuzhiyun purpose is to provide a set of extensible DSP modules that 12*4882a593Smuzhiyun do no rely on external dependencies or cumbersome 13*4882a593Smuzhiyun frameworks. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun http://liquidsdr.org/ 16*4882a593Smuzhiyun 17*4882a593Smuzhiyunif BR2_PACKAGE_LIQUID_DSP 18*4882a593Smuzhiyun 19*4882a593Smuzhiyunconfig BR2_PACKAGE_LIQUID_DSP_FAST 20*4882a593Smuzhiyun bool "optimize for speed over accuracy" 21*4882a593Smuzhiyun help 22*4882a593Smuzhiyun Optimize for speed over accuracy. 23*4882a593Smuzhiyun 24*4882a593Smuzhiyunendif 25