diff options
author | jbrjake <[email protected]> | 2008-01-15 14:58:08 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-01-15 14:58:08 +0000 |
commit | 21a04aceecd10b9c2039e900ad9a2cca5353ae3e (patch) | |
tree | 5d674d34cafe85b50028c1d6e2ca014f08b8877a /contrib/Jamfile | |
parent | 5dc37c8b6790f0427a26a3c48ab231591e58e3a0 (diff) |
Applies an experimental patch to x264 allowing VBV contraints on ABR in 2-pass mode. Also disables the adaptive quantization patch for the time being, in anticipation of a stable AQ v4.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1199 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index c3ed859ec..64cf15b40 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -359,8 +359,9 @@ rule LibX264 { LIBX264_PATCH += " $(PATCH) -p1 < ../patch-x264-solaris.patch && " ; } - LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-aq.patch && " ; +# LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-aq.patch && " ; LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-idr.patch && " ; + LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-vbv-2pass.patch && " ; Depends $(<) : $(>) ; Depends lib : $(<) ; } |