diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-06-15 19:44:30 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-06-15 19:44:30 +0000 |
commit | d7e98ea6acd0e01b26ec1084eb00b9cb06e59111 (patch) | |
tree | ad2c113808d130fa6ac70aaf21169a4734e7c4e0 /libavformat/framecrcenc.c | |
parent | 8182bcae9068150ad47c7cbe80350795f2839193 (diff) | |
download | ffmpeg-0.6.tar.gz |
configure: fix symver detection with icc 10v0.6
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.
backport r23616 by mru
Originally committed as revision 23618 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
Diffstat (limited to 'libavformat/framecrcenc.c')
0 files changed, 0 insertions, 0 deletions