1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 06:01:04 +01:00

Rob's 3resamplers.patch

This commit is contained in:
v.audacity
2012-11-04 19:03:22 +00:00
parent 0adda738dc
commit 17d33203c9
6 changed files with 63 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBRESAMPLE], [
AC_ARG_WITH(libresample,
[AS_HELP_STRING([--with-libresample],
[use libresample for sample rate conversion: [yes,no]])],
[use libresample for variable-rate resampling: [yes,no]])],
LIBRESAMPLE_ARGUMENT=$withval,
LIBRESAMPLE_ARGUMENT="unspecified")