summaryrefslogtreecommitdiffstats
path: root/contrib/Jamfile
diff options
context:
space:
mode:
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
{