Browse Source

Deprecate old and inefficient per instruction asm().

Originally committed as revision 11865 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
9a7871f77d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/i386/mmx.h

+ 2
- 0
libavcodec/i386/mmx.h View File

@@ -21,6 +21,8 @@
#ifndef FFMPEG_MMX_H
#define FFMPEG_MMX_H

#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
* long constant values MUST be suffixed by LL and unsigned long long


Loading…
Cancel
Save