From 11062c02cb1ab077e582c2c9bb4c1c209360b843 Mon Sep 17 00:00:00 2001 From: konablend Date: Fri, 15 Feb 2013 12:48:19 +0000 Subject: add --disable-sndfile to avoid build failure - build fails on non-ancient OSX platforms if libsndfile is present - low risk for all platforms as scope is limited to libsamplerate/examples/ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5252 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/libsamplerate/module.defs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/libsamplerate') 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 -- cgit v1.2.3