- 16 Oct, 2008 1 commit
-
-
Diego Pettenò authored
Neither the asm() nor the __asm__() keyword is part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 syntax. Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jun, 2008 2 commits
-
-
Alexander Strange authored
Originally committed as revision 14023 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexander Strange authored
(fixes out of registers with apple gcc 4.2) Originally committed as revision 14022 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 May, 2008 1 commit
-
-
Ramiro Polla authored
typedef x86_reg as the appropriate size and use it instead. Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Feb, 2008 1 commit
-
-
Loren Merritt authored
Originally committed as revision 11882 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Dec, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 11244 to svn://svn.ffmpeg.org/ffmpeg/trunk
-