diff options
author | (no author) <(no author)@4d9a9b59-111c-4e0b-8f7a-7640551abb98> | 2009-03-16 07:55:01 +0000 |
---|---|---|
committer | (no author) <(no author)@4d9a9b59-111c-4e0b-8f7a-7640551abb98> | 2009-03-16 07:55:01 +0000 |
commit | f1e95daae05c57d935b00e611c624c5e75cd21ec (patch) | |
tree | 4065ab51d9e64882d9001a59ede7d9a4e372a4a6 /media-video/ffmpeg/files/cabac-asm.patch |
uploading my overlay ), initial commit
git-svn-id: http://172.18.13.13/svn/sss_overlay@1 4d9a9b59-111c-4e0b-8f7a-7640551abb98
Diffstat (limited to 'media-video/ffmpeg/files/cabac-asm.patch')
-rwxr-xr-x | media-video/ffmpeg/files/cabac-asm.patch | 11 |
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 |