diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-15 18:06:28 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-15 18:06:28 +0000 |
commit | 0884fadf68817e3325bbe82d875cf470238f44d1 (patch) | |
tree | 07f566c3a434322d22536de58a27df86caeac660 /doc | |
parent | ccc87908a98e7fcbf69fb70ceda7efa5c6e545ec (diff) | |
download | ffmpeg-0884fadf68817e3325bbe82d875cf470238f44d1.tar.gz |
configure: fix symver detection with icc 10
Apparently the compiler sometimes bypasses the normal assembler, in
which case the asm label variant works. If the file contains any
inline asm, this bypassing is not done, and the assembler chokes on
invalid syntax. Inserting a dummy asm() statement in the test when
the compiler supports it makes sure no shortcuts are taken and the
test fails as it should.
Originally committed as revision 23616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions