mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 14:19:30 +02:00
Exclude libresample from source tarball (generated by automake).
libsoxr is the default resampling library.
This commit is contained in:
parent
5e54fc635c
commit
212e70a25f
@ -42,8 +42,6 @@ include dist-libsoxr.mk
|
|||||||
include dist-libvamp.mk
|
include dist-libvamp.mk
|
||||||
include dist-portaudio.mk
|
include dist-portaudio.mk
|
||||||
|
|
||||||
# TODO: Distribute these libraries that do not use Automake:
|
|
||||||
# libresample
|
|
||||||
# TODO: Check and distribute these directories:
|
# TODO: Check and distribute these directories:
|
||||||
# libscorealign, mod-null, mod-nyq-bench, mod-script-pipe, mod-track-panel, portmidi
|
# libscorealign, mod-null, mod-nyq-bench, mod-script-pipe, mod-track-panel, portmidi
|
||||||
|
|
||||||
@ -67,7 +65,7 @@ SUBDIRS += libnyquist
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_LOCAL_LIBRESAMPLE
|
if USE_LOCAL_LIBRESAMPLE
|
||||||
SUBDIRS += libresample
|
OPTIONAL_SUBDIRS += libresample
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_LOCAL_LIBSAMPLERATE
|
if USE_LOCAL_LIBSAMPLERATE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user