projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ef3dd
)
typedef int x86_reg on non x86
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 19 Mar 2009 14:49:47 +0000
(14:49 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 19 Mar 2009 14:49:47 +0000
(14:49 +0000)
Originally committed as revision 18043 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/x86_cpu.h
patch
|
blob
|
history
diff --git
a/libavutil/x86_cpu.h
b/libavutil/x86_cpu.h
index d29b7d8ad94a8ebbd7d8da5920b53f8caec5e9a3..08d31461fb2c700ea63aa2af183876c43d87ce05 100644
(file)
--- a/
libavutil/x86_cpu.h
+++ b/
libavutil/x86_cpu.h
@@
-62,6
+62,8
@@
typedef int32_t x86_reg;
# define REGc ecx
# define REGd edx
# define REGSP esp
+#else
+typedef int x86_reg;
#endif
#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))