• Måns Rullgård's avatar
    configure: fix symver detection with icc 10 · 0884fadf
    Måns Rullgård authored
    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
    0884fadf