Mercurial > libavcodec.hg
changeset 434:d34dde800cca libavcodec
* avoids double inclusion of this header
(how about making all headers in ffmpeg working this way ?)
author | kabi |
---|---|
date | Mon, 27 May 2002 08:31:54 +0000 |
parents | 133d2867d4b2 |
children | 9247ad420889 |
files | i386/mmx.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/mmx.h Sun May 26 15:24:32 2002 +0000 +++ b/i386/mmx.h Mon May 27 08:31:54 2002 +0000 @@ -2,6 +2,8 @@ * mmx.h * Copyright (C) 1997-2001 H. Dietz and R. Fisher */ +#ifndef AVCODEC_I386MMX_H +#define AVCODEC_I386MMX_H /* * The type of an value that fits in an MMX register (note that long @@ -237,3 +239,5 @@ #define pshufw_r2r(regs,regd,imm) mmx_r2ri(pshufw, regs, regd, imm) #define sfence() __asm__ __volatile__ ("sfence\n\t") + +#endif /* AVCODEC_I386MMX_H */