summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-01-14 17:29:06 +0000
committerdynaflash <[email protected]>2009-01-14 17:29:06 +0000
commit745f509c6e25f846d7d87b368477d6790bd260e7 (patch)
treec9e2467a7467357dfdae3f53204a1a6afb950a38
parent6f39576e4a18520b1036d997b0bafd632a9e1da3 (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
-rw-r--r--contrib/Jamfile3
-rw-r--r--contrib/version_x264.txt2
2 files changed, 2 insertions, 3 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
diff --git a/contrib/version_x264.txt b/contrib/version_x264.txt
index a656ec880..90124f224 100644
--- a/contrib/version_x264.txt
+++ b/contrib/version_x264.txt
@@ -1 +1 @@
-http://download.m0k.org/handbrake/contrib/x264-r1065-681544e.tar.gz \ No newline at end of file
+http://download.m0k.org/handbrake/contrib/x264-r1077-e46f648.tar.gz \ No newline at end of file