diff options
author | flameeyes <flameeyes@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-16 13:34:30 +0000 |
---|---|---|
committer | flameeyes <flameeyes@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-16 13:34:30 +0000 |
commit | 3679961515158db1a485e588550ca22ba40d72d7 (patch) | |
tree | eff084303c754c6fe113b9fd04904bfe15fe7436 /libvo/vo_aa.c | |
parent | af9d6f2d0e8bfc6ab17de9c8f11c62aee25519f0 (diff) |
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.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27778 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_aa.c')
0 files changed, 0 insertions, 0 deletions