comparison 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
comparison
equal deleted inserted replaced
25896:5745272a5636 25897:aaebaf255b23
1 #ifndef MPUTILS_H 1 #ifndef LIBASS_MPUTILS_H
2 #define MPUTILS_H 2 #define LIBASS_MPUTILS_H
3 3
4 #include "mp_msg.h" 4 #include "mp_msg.h"
5 #include "help_mp.h" 5 #include "help_mp.h"
6 #include "libvo/font_load.h" // for blur() 6 #include "libvo/font_load.h" // for blur()
7 #include "subreader.h" // for guess_buffer_cp 7 #include "subreader.h" // for guess_buffer_cp
8 #include "libvo/sub.h" // for utf8_get_char 8 #include "libvo/sub.h" // for utf8_get_char
9 #include "libavutil/common.h" 9 #include "libavutil/common.h"
10 10
11 #endif /* MPUTILS_H */ 11 #endif /* LIBASS_MPUTILS_H */