This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Fix logic around skip sample rate option
Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX
1 year ago
parent
678fb3b3c7
commit
2724f4a12a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bootstrap-common.sh
+ 1
- 1
bootstrap-common.sh
View File
@@ -403,7 +403,7 @@ fi
# ---------------------------------------------------------------------------------------------------------------------
# libsamplerate
if [ -
n "${PAWPAW_SKIP_SAMPLERATE}" ] && [ "${PAWPAW_SKIP_SAMPLERATE}" -eq 1
]; then
if [ -
z "${PAWPAW_SKIP_SAMPLERATE}" ] || [ "${PAWPAW_SKIP_SAMPLERATE}" -eq 0
]; then
LIBSAMPLERATE_EXTRAFLAGS="--disable-fftw"
Write
Preview
Loading…
Cancel
Save