[SCM] libav/experimental: add REGd definition

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:17:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 3c9bcb42cf9887382330c8bb55f94060289a9b4d
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Mar 17 23:08:17 2008 +0000

    add REGd definition
    
    Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h
index 69ac058..750e061 100644
--- a/libavutil/x86_cpu.h
+++ b/libavutil/x86_cpu.h
@@ -38,6 +38,7 @@
 #    define REGa    rax
 #    define REGb    rbx
 #    define REGc    rcx
+#    define REGd    rdx
 #    define REGSP   rsp
 
 #else
@@ -56,6 +57,7 @@
 #    define REGa    eax
 #    define REGb    ebx
 #    define REGc    ecx
+#    define REGd    edx
 #    define REGSP   esp
 #endif
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list