diff libass/mputils.h @ 25897:aaebaf255b23

Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
author diego
date Tue, 29 Jan 2008 23:25:11 +0000
parents 246221f7ba2e
children 0bea158396bc
line wrap: on
line diff
--- a/libass/mputils.h	Tue Jan 29 22:44:55 2008 +0000
+++ b/libass/mputils.h	Tue Jan 29 23:25:11 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef MPUTILS_H
-#define MPUTILS_H
+#ifndef LIBASS_MPUTILS_H
+#define LIBASS_MPUTILS_H
 
 #include "mp_msg.h"
 #include "help_mp.h"
@@ -8,4 +8,4 @@
 #include "libvo/sub.h" // for utf8_get_char
 #include "libavutil/common.h"
 
-#endif /* MPUTILS_H */
+#endif /* LIBASS_MPUTILS_H */