summaryrefslogtreecommitdiff
path: root/media-video/ffmpeg/files/cabac-asm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/ffmpeg/files/cabac-asm.patch')
-rwxr-xr-xmedia-video/ffmpeg/files/cabac-asm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-video/ffmpeg/files/cabac-asm.patch b/media-video/ffmpeg/files/cabac-asm.patch
new file mode 100755
index 0000000..8bbf3a9
--- /dev/null
+++ b/media-video/ffmpeg/files/cabac-asm.patch
@@ -0,0 +1,11 @@
+--- libavcodec/cabac.h.orig 2006-11-19 15:38:01.000000000 +0000
++++ libavcodec/cabac.h 2006-11-19 15:48:57.000000000 +0000
+@@ -659,7 +659,7 @@
+
+ :"+c"(val)
+ :"r"(c)
+- : "%eax", "%"REG_b, "%edx", "memory"
++ : "%eax", "%edx", "memory"
+ );
+ return val;
+ #else