Commit af88bfde authored by diego's avatar diego

asm() --> __asm__() in #warning comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15746 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1fc003eb
......@@ -21,7 +21,7 @@
#ifndef AVCODEC_I386_MMX_H
#define AVCODEC_I386_MMX_H
#warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
#warning Everything in this header is deprecated, use plain __asm__()! New code using this header will be rejected.
/*
* The type of an value that fits in an MMX register (note that long
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment