mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Rob Sykes patch to make libsoxr build for Audacity
This commit is contained in:
@@ -100,18 +100,13 @@ libid3tag-recursive:
|
||||
libid3tag.a: libid3tag-recursive
|
||||
ln -sf libid3tag/.libs/libid3tag.a libid3tag.a
|
||||
|
||||
# libsamplerate
|
||||
libsamplerate-recursive:
|
||||
$(MAKE) -C libsamplerate
|
||||
libsamplerate.a: libsamplerate-recursive
|
||||
ln -sf libsamplerate/src/.libs/libsamplerate.a libsamplerate.a
|
||||
|
||||
# libresample
|
||||
libresample-recursive:
|
||||
$(MAKE) -C libresample libresample.a
|
||||
libresample.a: libresample-recursive
|
||||
ln -sf libresample/libresample.a libresample.a
|
||||
|
||||
# libsoxr
|
||||
libsoxr-recursive:
|
||||
$(MAKE) -C libsoxr
|
||||
libsoxr.a: libsoxr-recursive
|
||||
ln -sf libsoxr/src/libsoxr.a
|
||||
libsoxr-lsr.a: libsoxr-recursive
|
||||
ln -sf libsoxr/src/libsoxr-lsr.a
|
||||
|
||||
# libsndfile
|
||||
libsndfile-recursive:
|
||||
@@ -165,7 +160,7 @@ clean:
|
||||
-$(MAKE) -C libnyquist clean
|
||||
-$(MAKE) -C liblrdf clean
|
||||
-$(MAKE) -C libogg clean
|
||||
-$(MAKE) -C libsamplerate clean
|
||||
-$(MAKE) -C libsoxr clean
|
||||
-$(MAKE) -C libresample clean
|
||||
-$(MAKE) -C libsndfile clean
|
||||
-$(MAKE) -C libvamp clean
|
||||
@@ -188,7 +183,7 @@ distclean:
|
||||
-$(MAKE) -C libnyquist distclean
|
||||
-$(MAKE) -C liblrdf distclean
|
||||
-$(MAKE) -C libogg distclean
|
||||
-$(MAKE) -C libsamplerate distclean
|
||||
-$(MAKE) -C libsoxr distclean
|
||||
-$(MAKE) -C libresample distclean
|
||||
-$(MAKE) -C libsndfile distclean
|
||||
-$(MAKE) -C libvamp distclean
|
||||
@@ -207,7 +202,7 @@ distclean:
|
||||
widgetextra libogg-recursive \
|
||||
libvorbis-recursive libnyquist-recursive libmad-recursive \
|
||||
libid3tag-recursive sbsms-recursive soundtouch-recursive libsndfile-recursive \
|
||||
libresample-recursive libsamplerate-recursive vamp-sdk \
|
||||
libresample-recursive libsoxr-recursive vamp-sdk \
|
||||
portaudio-v19-recursive portmixer-recursive libtwolame-recursive \
|
||||
liblrdf-recursive redland-recursive slv2-recursive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user