From 745f509c6e25f846d7d87b368477d6790bd260e7 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Wed, 14 Jan 2009 17:29:06 +0000 Subject: [PATCH] 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 --- contrib/Jamfile | 3 +-- contrib/version_x264.txt | 2 +- 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 -- 2.40.0