summaryrefslogtreecommitdiffstats
path: root/contrib/patch-x264-macintel.patch
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-05-02 16:58:15 +0000
committerjbrjake <[email protected]>2007-05-02 16:58:15 +0000
commitf2bbd719f2b84c3342b74277cdf707a8dfc58b58 (patch)
tree170b8f86e80e20ea9b93afcef33dd3e0f7fe6423 /contrib/patch-x264-macintel.patch
parentdef147ade0299dc14f55abc100a18bff0fb28466 (diff)
Updates x264 from r604 to r654, giving HandBrake sliceless threading, among other things. Updates the MacIntel patch to continue working (needs testing), comments out the Linux patch since it seems all its changes have been merged into the x264 source (needs testing). New Mac and Cygwin contrib binary packs will have to be made.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@561 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/patch-x264-macintel.patch')
-rw-r--r--contrib/patch-x264-macintel.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/patch-x264-macintel.patch b/contrib/patch-x264-macintel.patch
index 9a409968c..93bc4193f 100644
--- a/contrib/patch-x264-macintel.patch
+++ b/contrib/patch-x264-macintel.patch
@@ -1,6 +1,6 @@
---- x264/common/i386/i386inc.asm 2006-09-23 14:01:05.000000000 -0400
-+++ x264-patched/common/i386/i386inc.asm 2006-09-24 09:21:27.000000000 -0400
-@@ -40,12 +40,12 @@
+--- x264/common/i386/i386inc.asm-old.asm 2007-05-01 16:45:02.000000000 -0400
++++ x264/common/i386/i386inc.asm 2007-05-02 11:48:52.000000000 -0400
+@@ -42,12 +42,12 @@
; is unable to compute address offsets outside of .text so we use the .text
; section instead until NASM is fixed.
%macro SECTION_RODATA 0
@@ -12,7 +12,7 @@
+; SECTION .text align=16
+; fakegot:
+; %else
- SECTION .rodata data align=16
+ SECTION .rodata align=16
- %endif
+; %endif
%endmacro