diff options
author | eddyg <[email protected]> | 2007-09-17 03:01:07 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2007-09-17 03:01:07 +0000 |
commit | 7b0444d5945ab264fa3b7086dd44a3c6ae383ee4 (patch) | |
tree | a02302e038fe02d941319d421ce7217a2aed5824 /contrib/Jamfile | |
parent | b67ea5e9820f3ed2e969da3ae94205e4097c5da6 (diff) |
Van's changes to the x264 lib and HB encoder to ensure that an IDR frame is used for each new chapter. Well done and lots of thanks to Van for this one.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@967 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index f321d293d..1ece7d902 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -332,6 +332,7 @@ rule LibX264 LIBX264_PATCH += "patch -p1 < ../patch-x264-cygwin.patch && " ; } LIBX264_PATCH += "patch -p0 < ../patch-x264-aq.patch && " ; + LIBX264_PATCH += "patch -p0 < ../patch-x264-idr.patch && " ; Depends $(<) : $(>) ; Depends lib : $(<) ; } |