OSDN Git Service

Bump x264 to r1077 and remove our patch-x264-idr.patch since idr is now implemented...
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 14 Jan 2009 17:29:06 +0000 (17:29 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 14 Jan 2009 17:29:06 +0000 (17:29 +0000)
- 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://localhost/HandBrake/trunk@2085 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile
contrib/version_x264.txt

index 438a648..d0450cd 100644 (file)
@@ -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
index a656ec8..90124f2 100644 (file)
@@ -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