summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/mf.h')
-rw-r--r--libmpdemux/mf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpdemux/mf.h b/libmpdemux/mf.h
index 1e58c7293d..fe104f47b3 100644
--- a/libmpdemux/mf.h
+++ b/libmpdemux/mf.h
@@ -1,6 +1,6 @@
-#ifndef MF_H
-#define MF_H
+#ifndef MPLAYER_MF_H
+#define MPLAYER_MF_H
extern int mf_w;
extern int mf_h;
@@ -16,4 +16,4 @@ typedef struct
mf_t* open_mf(char * filename);
-#endif /* MF_H */
+#endif /* MPLAYER_MF_H */