]> granicus.if.org Git - handbrake/commitdiff
Bump x264 to r1077 and remove our patch-x264-idr.patch since idr is now implemented...
authordynaflash <dynaflashtech@gmail.com>
Wed, 14 Jan 2009 17:29:06 +0000 (17:29 +0000)
committerdynaflash <dynaflashtech@gmail.com>
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://svn.handbrake.fr/HandBrake/trunk@2085 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile
contrib/version_x264.txt

index 438a64874096a5128b69fbd215cab3b55948e2f9..d0450cdfc32489dbfa80c24bcc75ad59575a632b 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 a656ec8801fc197afbe233824581c6d98a720af6..90124f22470e13eaf2b39e06379777bdb3cc4be4 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