Commit 638438c8 authored by kabi's avatar kabi

* avoids double inclusion of this header

  (how about making all headers in ffmpeg working this way ?)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@609 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d67d64a4
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
* mmx.h * mmx.h
* Copyright (C) 1997-2001 H. Dietz and R. Fisher * 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 * The type of an value that fits in an MMX register (note that long
...@@ -237,3 +239,5 @@ typedef union { ...@@ -237,3 +239,5 @@ typedef union {
#define pshufw_r2r(regs,regd,imm) mmx_r2ri(pshufw, regs, regd, imm) #define pshufw_r2r(regs,regd,imm) mmx_r2ri(pshufw, regs, regd, imm)
#define sfence() __asm__ __volatile__ ("sfence\n\t") #define sfence() __asm__ __volatile__ ("sfence\n\t")
#endif /* AVCODEC_I386MMX_H */
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