Merge pull request #735 from RockyBukake/patch-1

sdrangel: fix DSD plugin
This commit is contained in:
Anton Bolshakov 2021-07-20 08:59:16 +08:00 committed by GitHub
commit 3247c666c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ src_prepare() {
src_configure() {
mycmakeargs=(
-DDSDCC_DIR="/usr/include/dsdcc" \
-DDEBUG_OUTPUT="$(usex debug)" \
-DSANITIZE_ADDRESS=OFF \
-DRX_SAMPLE_24BIT=ON \