ffmpeg/doc
Diego Pettenò be449fca79 Convert asm keyword into __asm__.
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
2008-10-16 13:34:09 +00:00
..
avutil.txt
faq.texi Update link to FFmpeg Windows Help website. 2008-09-13 18:50:53 +00:00
ffmpeg_powerpc_performance_evaluation_howto.txt
ffmpeg-doc.texi Add a space between frequencies and their units. 2008-10-13 15:09:04 +00:00
ffplay-doc.texi Run documentation through ispell, plus some minor fixes. 2008-06-06 07:51:36 +00:00
ffserver-doc.texi Add a space between frequencies and their units. 2008-10-13 15:09:04 +00:00
ffserver.conf Make the maximum number of simultaneous HTTP connections handled by 2008-09-03 18:16:34 +00:00
general.texi Remove obsolete liba52 wrapper code. 2008-10-06 05:17:57 +00:00
hooks.texi
issue_tracker.txt
optimization.txt Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
snow.txt
soc.txt
swscale.txt small wording fixes 2008-09-18 08:10:12 +00:00
texi2pod.pl
TODO