Revision 5b21bdab libavcodec/i386/mmx.h
libavcodec/i386/mmx.h | ||
---|---|---|
18 | 18 |
* License along with FFmpeg; if not, write to the Free Software |
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 |
#ifndef AVCODEC_I386MMX_H
|
|
22 |
#define AVCODEC_I386MMX_H
|
|
21 |
#ifndef FFMPEG_MMX_H
|
|
22 |
#define FFMPEG_MMX_H
|
|
23 | 23 |
|
24 | 24 |
/* |
25 | 25 |
* The type of an value that fits in an MMX register (note that long |
... | ... | |
280 | 280 |
#define punpckhqdq_r2r(regs,regd) mmx_r2r (punpckhqdq, regs, regd) |
281 | 281 |
|
282 | 282 |
|
283 |
#endif /* AVCODEC_I386MMX_H */ |
|
283 |
#endif /* FFMPEG_MMX_H */ |
Also available in: Unified diff