summaryrefslogtreecommitdiffstats
path: root/contrib/Jamfile
diff options
context:
space:
mode:
authorritsuka <[email protected]>2009-01-01 19:15:25 +0000
committerritsuka <[email protected]>2009-01-01 19:15:25 +0000
commitff2720b7225779ef2ce592c0c9fc674c7d6eb76e (patch)
treee70e4b4048d13a03d367b3b8364d8b6e40883dd1 /contrib/Jamfile
parent400acd49ab8e2f76e8f624cf75d37e6099de6ffd (diff)
Disable ssse3 h264_qpel optimizations to workaround a crash in h.264 decoder on OS X.
Original patch from the Perian project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2054 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r--contrib/Jamfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile
index c24c7602d..09f72955a 100644
--- a/contrib/Jamfile
+++ b/contrib/Jamfile
@@ -87,7 +87,11 @@ rule LibAvCodec
else if $(OS) = SOLARIS
{
FFMPEG_PATCH += " && $(PATCH) -p1 < ../patch-ffmpeg-solaris.patch " ;
- }
+ }
+ else if $(OS) = MACOSX
+ {
+ FFMPEG_PATCH += " && $(PATCH) -p1 < ../patch-ffmpeg-h264dsp-crash.diff " ;
+ }
if $(OS) = SOLARIS
{