diff fmt-conversion.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents bc46e44e1f69
children 1318e956c092
line wrap: on
line diff
--- a/fmt-conversion.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/fmt-conversion.h	Fri Feb 22 09:09:46 2008 +0000
@@ -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 @@
     return PIX_FMT_NONE;
 }
 
-#endif /* FMT_CONVERSION_H */
+#endif /* MPLAYER_FMT_CONVERSION_H */