1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Exclude libresample from source tarball (generated by automake).

libsoxr is the default resampling library.
This commit is contained in:
benjamin.drung@gmail.com 2014-05-24 20:00:29 +00:00
parent 5e54fc635c
commit 212e70a25f

View File

@ -42,8 +42,6 @@ include dist-libsoxr.mk
include dist-libvamp.mk
include dist-portaudio.mk
# TODO: Distribute these libraries that do not use Automake:
# libresample
# TODO: Check and distribute these directories:
# libscorealign, mod-null, mod-nyq-bench, mod-script-pipe, mod-track-panel, portmidi
@ -67,7 +65,7 @@ SUBDIRS += libnyquist
endif
if USE_LOCAL_LIBRESAMPLE
SUBDIRS += libresample
OPTIONAL_SUBDIRS += libresample
endif
if USE_LOCAL_LIBSAMPLERATE