diff codec-cfg.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 293aeec83153
children a0fe67fe194b
line wrap: on
line diff
--- a/codec-cfg.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/codec-cfg.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef CODEC_CFG_H
-#define CODEC_CFG_H
+#ifndef MPLAYER_CODEC_CFG_H
+#define MPLAYER_CODEC_CFG_H
 
 #define CODEC_CFG_MIN	20070407
 
@@ -73,4 +73,4 @@
 void stringset_add(stringset_t *set, const char *str);
 int stringset_test(stringset_t *set, const char *str);
 
-#endif /* CODEC_CFG_H */
+#endif /* MPLAYER_CODEC_CFG_H */