1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +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

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