diff options
Diffstat (limited to 'contrib/libsamplerate/module.defs')
-rw-r--r-- | contrib/libsamplerate/module.defs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libsamplerate/module.defs b/contrib/libsamplerate/module.defs index c99ae3abf..468aa4739 100644 --- a/contrib/libsamplerate/module.defs +++ b/contrib/libsamplerate/module.defs @@ -3,3 +3,6 @@ $(eval $(call import.CONTRIB.defs,LIBSAMPLERATE)) LIBSAMPLERATE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libsamplerate-0.1.4.tar.gz LIBSAMPLERATE.EXTRACT.tarbase = libsamplerate + +# Disable to avoid Carbon.h dependency on OSX +LIBSAMPLERATE.CONFIGURE.extra = --disable-sndfile |