Skip to content

Commit 3a2d178

Browse files
committed
Update libsamplerate to 0.2.2
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 9aaefb9 commit 3a2d178

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

bootstrap-common.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ else
411411
fi
412412

413413
download libsndfile "${LIBSNDFILE_VERSION}" "${LIBSNDFILE_URL}" "tar.xz"
414-
415414
build_autoconf libsndfile "${LIBSNDFILE_VERSION}" "${LIBSNDFILE_EXTRAFLAGS}"
416415

417416
if [ -z "${PAWPAW_SKIP_TESTS}" ] || [ "${PAWPAW_SKIP_TESTS}" -eq 0 ]; then
@@ -430,7 +429,7 @@ if [ "${CROSS_COMPILING}" -eq 1 ] || [ "${MACOS}" -eq 1 ]; then
430429
LIBSAMPLERATE_EXTRAFLAGS+=" --disable-sndfile"
431430
fi
432431

433-
download libsamplerate "${LIBSAMPLERATE_VERSION}" "${LIBSAMPLERATE_URL}"
432+
download libsamplerate "${LIBSAMPLERATE_VERSION}" "${LIBSAMPLERATE_URL}" "tar.xz"
434433
build_autoconf libsamplerate "${LIBSAMPLERATE_VERSION}" "${LIBSAMPLERATE_EXTRAFLAGS}"
435434

436435
if ([ -z "${PAWPAW_SKIP_TESTS}" ] || [ "${PAWPAW_SKIP_TESTS}" -eq 0 ]) && [ "${MACOS}" -eq 0 ]; then

setup/versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ OPUS_URL=${XIPH_URL}/opus
3737
LIBSNDFILE_VERSION=1.2.2
3838
LIBSNDFILE_URL=https://github.com/libsndfile/libsndfile/releases/download/${LIBSNDFILE_VERSION}
3939

40-
LIBSAMPLERATE_VERSION=0.1.9
41-
LIBSAMPLERATE_URL=http://www.mega-nerd.com/SRC
40+
LIBSAMPLERATE_VERSION=0.2.2
41+
LIBSAMPLERATE_URL=https://github.com/libsndfile/libsamplerate/releases/download/${LIBSAMPLERATE_VERSION}
4242

4343
MINGW_STD_THREADS_VERSION=c931bac289dd431f1dd30fc4a5d1a7be36668073
4444
MINGW_STD_THREADS_URL=https://github.com/meganz/mingw-std-threads.git

0 commit comments

Comments
 (0)