diff options
author | saintdev <[email protected]> | 2008-02-04 01:22:33 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2008-02-04 01:22:33 +0000 |
commit | 8553dd7e5048a26fcc17b993da84d48f7dd4df70 (patch) | |
tree | 303de7c30a39f4c66e6460ca4f2c91fb64284dba /contrib/Jamfile | |
parent | 0487754e31c2085ea19d2bcc83631149028ec48e (diff) |
Add patches to the xvid and mpeg4ip configure scripts for nasm 2.00.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1248 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 2 |
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 : $(<) ; } |