summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mmx.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-13 17:31:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-13 17:31:45 +0000
commitbbcccf2d197e4c127ed0de311cbcb5c0f82b4c9a (patch)
treeac15cc30cc25c2edd74b5b8a734c507557fd6e13 /libmpeg2/mmx.h
parent26972b8895117a6857b14928e30d978e30e57aaa (diff)
downloadmpv-bbcccf2d197e4c127ed0de311cbcb5c0f82b4c9a.tar.bz2
mpv-bbcccf2d197e4c127ed0de311cbcb5c0f82b4c9a.tar.xz
Update internal libmpeg2 copy to version 0.5.1.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27604 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/mmx.h')
-rw-r--r--libmpeg2/mmx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmpeg2/mmx.h b/libmpeg2/mmx.h
index fcb92870d2..c62be1f581 100644
--- a/libmpeg2/mmx.h
+++ b/libmpeg2/mmx.h
@@ -21,6 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef LIBMPEG2_MMX_H
+#define LIBMPEG2_MMX_H
+
/*
* 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
@@ -285,3 +288,5 @@ typedef union {
#define pshufw_r2r(regs,regd,imm) mmx_r2ri(pshufw, regs, regd, imm)
#define sfence() __asm__ __volatile__ ("sfence\n\t")
+
+#endif /* LIBMPEG2_MMX_H */