summaryrefslogtreecommitdiffstats
path: root/fmt-conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'fmt-conversion.h')
-rw-r--r--fmt-conversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fmt-conversion.h b/fmt-conversion.h
index a0619c5a55..adbf7a028b 100644
--- a/fmt-conversion.h
+++ b/fmt-conversion.h
@@ -1,5 +1,5 @@
-#ifndef FMT_CONVERSION_H
-#define FMT_CONVERSION_H
+#ifndef MPLAYER_FMT_CONVERSION_H
+#define MPLAYER_FMT_CONVERSION_H
#ifdef USE_LIBAVUTIL_SO
#include <ffmpeg/avutil.h>
@@ -73,4 +73,4 @@ enum PixelFormat imgfmt2pixfmt(int fmt)
return PIX_FMT_NONE;
}
-#endif /* FMT_CONVERSION_H */
+#endif /* MPLAYER_FMT_CONVERSION_H */