summaryrefslogtreecommitdiffstats
path: root/mpbswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpbswap.h')
-rw-r--r--mpbswap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpbswap.h b/mpbswap.h
index 4171539cda..afd1470e77 100644
--- a/mpbswap.h
+++ b/mpbswap.h
@@ -1,9 +1,9 @@
-#ifndef MPBSWAP_H
-#define MPBSWAP_H
+#ifndef MPLAYER_MPBSWAP_H
+#define MPLAYER_MPBSWAP_H
#include "libavutil/bswap.h"
#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);
#endif
-#endif /* MPBSWAP_H */
+#endif /* MPLAYER_MPBSWAP_H */