This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add #define REGc
Originally committed as revision 5988 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Guillaume Poirier
19 years ago
parent
201f1d4546
commit
71295009be
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavutil/x86_cpu.h
+ 2
- 0
libavutil/x86_cpu.h
View File
@@ -15,6 +15,7 @@
# define REGBP rbp
# define REGa rax
# define REGb rbx
# define REGc rcx
# define REGSP rsp
#else
@@ -32,6 +33,7 @@
# define REGBP ebp
# define REGa eax
# define REGb ebx
# define REGc ecx
# define REGSP esp
#endif
Write
Preview
Loading…
Cancel
Save