summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-29 23:25:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-29 23:25:11 +0000
commit3e095dc317fe645e13c636f6a2fd868c395c9bac (patch)
treea9174d2c6ee3a0600745ee26b2998e9e94c92f03 /libass/ass.h
parent760eccce44a62b9ba5907ae80ea73314a595351e (diff)
downloadlibass-3e095dc317fe645e13c636f6a2fd868c395c9bac.tar.bz2
libass-3e095dc317fe645e13c636f6a2fd868c395c9bac.tar.xz
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25927 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libass/ass.h b/libass/ass.h
index e88d69d..92d4142 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef ASS_H
-#define ASS_H
+#ifndef LIBASS_ASS_H
+#define LIBASS_ASS_H
#include "ass_types.h"
@@ -210,4 +210,4 @@ void ass_clear_fonts(ass_library_t* library);
*/
long long ass_step_sub(ass_track_t* track, long long now, int movement);
-#endif /* ASS_H */
+#endif /* LIBASS_ASS_H */