diff options
author | John Stebbins <[email protected]> | 2019-08-11 10:35:58 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-08-11 13:28:36 -0700 |
commit | d72949510fce08328fca14fb124814f122efb1d9 (patch) | |
tree | 9c9aad7023978d8eb03d22e3337491786a9eec4b /contrib | |
parent | 17b12685461281b81143c393a914819195e8428e (diff) |
Remove libsamplerate
Convert the last use of libsamplerate in sync.c to swresample
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libsamplerate/module.defs | 18 | ||||
-rw-r--r-- | contrib/libsamplerate/module.rules | 2 |
2 files changed, 0 insertions, 20 deletions
diff --git a/contrib/libsamplerate/module.defs b/contrib/libsamplerate/module.defs deleted file mode 100644 index f5d6ac01a..000000000 --- a/contrib/libsamplerate/module.defs +++ /dev/null @@ -1,18 +0,0 @@ -$(eval $(call import.MODULE.defs,LIBSAMPLERATE,libsamplerate)) -$(eval $(call import.CONTRIB.defs,LIBSAMPLERATE)) - -# libsamplerate 0.1.9-49-ga2eb281 -LIBSAMPLERATE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libsamplerate-a2eb2814150a4ada0b49ea3cc5e51170572fc606.tar.gz -LIBSAMPLERATE.FETCH.url += https://github.com/erikd/libsamplerate/archive/a2eb2814150a4ada0b49ea3cc5e51170572fc606.tar.gz -LIBSAMPLERATE.FETCH.sha256 = b8228e8bdbd754e95146745f85e37a25fb43d626cca7f785f3fd8e0a1c1f5f22 -LIBSAMPLERATE.EXTRACT.basename = libsamplerate-a2eb2814150a4ada0b49ea3cc5e51170572fc606.tar.gz -LIBSAMPLERATE.EXTRACT.tarbase = libsamplerate-a2eb2814150a4ada0b49ea3cc5e51170572fc606 - -LIBSAMPLERATE.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -fiv; - -# Disable to avoid Carbon.h dependency on OSX -LIBSAMPLERATE.CONFIGURE.extra = --disable-sndfile - -ifeq (1-msys,$(HOST.cross)-$(BUILD.system)) - LIBSAMPLERATE.CONFIGURE.args.build = --build=$(BUILD.machine)-unknown-linux-gnu -endif diff --git a/contrib/libsamplerate/module.rules b/contrib/libsamplerate/module.rules deleted file mode 100644 index ef633856c..000000000 --- a/contrib/libsamplerate/module.rules +++ /dev/null @@ -1,2 +0,0 @@ -$(eval $(call import.MODULE.rules,LIBSAMPLERATE)) -$(eval $(call import.CONTRIB.rules,LIBSAMPLERATE)) |