summaryrefslogtreecommitdiffstats
path: root/libmpeg2/alpha_asm.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/alpha_asm.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/alpha_asm.h')
-rw-r--r--libmpeg2/alpha_asm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpeg2/alpha_asm.h b/libmpeg2/alpha_asm.h
index bf1081f249..1a296301da 100644
--- a/libmpeg2/alpha_asm.h
+++ b/libmpeg2/alpha_asm.h
@@ -20,8 +20,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef ALPHA_ASM_H
-#define ALPHA_ASM_H
+#ifndef LIBMPEG2_ALPHA_ASM_H
+#define LIBMPEG2_ALPHA_ASM_H
#include <inttypes.h>
@@ -178,4 +178,4 @@ struct unaligned_long { uint64_t l; } __attribute__((packed));
#error "Unknown compiler!"
#endif
-#endif /* ALPHA_ASM_H */
+#endif /* LIBMPEG2_ALPHA_ASM_H */