diff options
author | jbrjake <[email protected]> | 2008-01-15 20:32:02 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-01-15 20:32:02 +0000 |
commit | 5cec8595f538606d4aca41d341fab20d2601b803 (patch) | |
tree | 51490d05ada89e09989cd6beff62b388787c86bb /contrib | |
parent | ca201bc1222a6b9be95a662155d3dc2413ae1fa0 (diff) |
Test commit to try to figure out why Trac missed r1199 ...
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1202 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 64cf15b40..f2302192d 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -359,7 +359,7 @@ rule LibX264 { LIBX264_PATCH += " $(PATCH) -p1 < ../patch-x264-solaris.patch && " ; } -# LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-aq.patch && " ; +# AQ is temporarily disabled 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 $(<) : $(>) ; |