diff options
author | dynaflash <[email protected]> | 2008-05-31 19:20:22 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-05-31 19:20:22 +0000 |
commit | 926bf8b51f26acdf821185f364e127177667191f (patch) | |
tree | 6eb0354c46dc32eec94288bec8d7233b7dbb949c /contrib/Jamfile | |
parent | 890b0daa6ef97053e5ba271e300fc1b26dc8dfd8 (diff) |
x264: bump to version 859-ce13bb6 and update vbv patch(es)
- Updates the 2 pass patch to Gabriel Bouvigne's v.10 vbv 2 pass patch http://article.gmane.org/gmane.comp.video.x264.devel/4048
- Eliminates the need for our previous 1 pass patch
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1482 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 972c32817..aaeb38f0d 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -395,8 +395,7 @@ rule LibX264 LIBX264_PATCH += " $(PATCH) -p1 < ../patch-x264-solaris.patch && " ; } LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-idr.patch && " ; - LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-vbv-1pass.patch && " ; - LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-vbv-2pass.patch && " ; + LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-vbv-2pass.patch && " ; Depends $(<) : $(>) ; Depends lib : $(<) ; } |