summaryrefslogtreecommitdiffstats
path: root/contrib/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r--contrib/Jamfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile
index 54e286533..c9e29f91c 100644
--- a/contrib/Jamfile
+++ b/contrib/Jamfile
@@ -217,6 +217,7 @@ rule LibMp4v2
LIBMP4V2_PATCH += "$(PATCH) -p1 < ../patch_mpeg4ip_cygwin.patch && " ;
}
LIBMP4V2_PATCH += "$(PATCH) -p1 < ../patch-mpeg4ip.patch && " ;
+ LIBMP4V2_PATCH += "$(PATCH) -p1 < ../patch-mpeg4ip-nasm-2.00-configure.patch && " ;
Depends $(<) : $(>) ;
Depends lib : $(<) ;
}
@@ -375,6 +376,7 @@ rule LibXvidCore
{
LIBXVIDCORE_PATCH = "$(PATCH) -p1 < ../patch-xvidcore-cygwin.patch && " ;
}
+ LIBXVIDCORE_PATCH += "$(PATCH) -p1 < ../patch-xvidcore-nasm-2.00-configure.patch && " ;
Depends $(<) : $(>) ;
Depends lib : $(<) ;
}