mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 10:43:08 +01:00
Exclude libresample from source tarball (generated by automake).
libsoxr is the default resampling library.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user