ffmpeg/libavcodec/i386
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
..
cavsdsp_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
cpuid.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_h264_template_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_h264_template_ssse3.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_mmx_avg.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_mmx_qns.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_mmx_rnd.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_mmx.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_yasm.asm file which should have been added in r14749 2008-08-14 05:00:25 +00:00
dsputilenc_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
fdct_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
fft_3dn2.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
fft_3dn.c split-radix FFT 2008-08-12 00:26:58 +00:00
fft_mmx.asm split-radix FFT 2008-08-12 00:26:58 +00:00
fft_sse.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
flacdsp_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
h264_i386.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
h264dsp_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
idct_mmx_xvid.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
idct_mmx.c Add a bunch of const qualifiers to function arguments. 2008-10-07 21:41:25 +00:00
idct_sse2_xvid.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
idct_xvid.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
mathops.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
mmx.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
motion_est_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
mpegvideo_mmx_template.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
mpegvideo_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
simple_idct_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
snowdsp_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
vc1dsp_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
vp3dsp_mmx.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
vp3dsp_mmx.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
vp3dsp_sse2.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
vp3dsp_sse2.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
x86inc.asm import yasm macros from x264 2008-08-11 23:54:09 +00:00