diff options
author | dynaflash <[email protected]> | 2009-01-14 17:29:06 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2009-01-14 17:29:06 +0000 |
commit | 745f509c6e25f846d7d87b368477d6790bd260e7 (patch) | |
tree | c9e2467a7467357dfdae3f53204a1a6afb950a38 /contrib/Jamfile | |
parent | 6f39576e4a18520b1036d997b0bafd632a9e1da3 (diff) |
Bump x264 to r1077 and remove our patch-x264-idr.patch since idr is now implemented within x264
- Note: this will require yasm 0.7.xx to compile. Previous version of x264 would compile with 0.6.1 etc.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2085 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 438a64874..d0450cdfc 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -410,8 +410,7 @@ rule LibX264 { LIBX264_PATCH += " $(PATCH) -p1 < ../patch-x264-solaris.patch && " ; } - LIBX264_PATCH += "$(PATCH) -p0 < ../patch-x264-idr.patch && " ; - Depends $(<) : $(>) ; + Depends $(<) : $(>) ; Depends lib : $(<) ; } actions LibX264 |