mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
asm() --> __asm__() in #warning comment
Originally committed as revision 15746 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
01f54021dc
commit
1fcb9be39a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user