1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-05 22:59:29 +02:00

Rob's changes suggested on -devel

This commit is contained in:
v.audacity 2012-11-11 00:08:05 +00:00
parent dfd675aca3
commit 6d3b524935
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -5978,7 +5978,7 @@ else
fi
if true ; then
if false ; then
$as_echo "#define USE_LIBSOXR 1" >>confdefs.h

View File

@ -11,7 +11,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBSOXR], [
LIBSOXR_ARGUMENT=$withval,
LIBSOXR_ARGUMENT="unspecified")
if true ; then
if false ; then
AC_DEFINE(USE_LIBSOXR, 1,
[Define if libsoxr support should be enabled])
fi