summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
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 e88d69d005..92d4142624 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 */