diff mp_core.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents afa125da85cf
children 83c95bd31aab
line wrap: on
line diff
--- a/mp_core.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/mp_core.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef MP_CORE_H
-#define MP_CORE_H
+#ifndef MPLAYER_MP_CORE_H
+#define MPLAYER_MP_CORE_H
 
 #include "mp_osd.h"
 
@@ -120,4 +120,4 @@
 void add_subtitles(char *filename, float fps, int noerr);
 int reinit_video_chain(void);
 
-#endif /* MP_CORE_H */
+#endif /* MPLAYER_MP_CORE_H */