diff options
author | konablend <[email protected]> | 2013-02-15 12:48:19 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2013-02-15 12:48:19 +0000 |
commit | 11062c02cb1ab077e582c2c9bb4c1c209360b843 (patch) | |
tree | d273d48eab62259ba71e2cde80c06ca0d2eca102 /contrib/libsamplerate | |
parent | d72b432378105f191bc7bf6f756bb7a7533dc79a (diff) |
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
Diffstat (limited to 'contrib/libsamplerate')
-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 |