]> granicus.if.org Git - handbrake/commitdiff
add --disable-sndfile to avoid build failure
authorkonablend <kona8lend@gmail.com>
Fri, 15 Feb 2013 12:48:19 +0000 (12:48 +0000)
committerkonablend <kona8lend@gmail.com>
Fri, 15 Feb 2013 12:48:19 +0000 (12:48 +0000)
- 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

index c99ae3abf7754a4535cbccd2b317d2b086169250..468aa4739ab02002e13066645b83a546becc7194 100644 (file)
@@ -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