diff cfg-mencoder.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 4cd12675cfbb
children 020e58ad1408
line wrap: on
line diff
--- a/cfg-mencoder.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/cfg-mencoder.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef CFG_MENCODER_H
-#define CFG_MENCODER_H
+#ifndef MPLAYER_CFG_MENCODER_H
+#define MPLAYER_CFG_MENCODER_H
 
 /*
  * config for cfgparser
@@ -268,4 +268,4 @@
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };
 
-#endif /* CFG_MENCODER.H */
+#endif /* MPLAYER_CFG_MENCODER_H */