annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25897
aaebaf255b23 Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
diego
parents: 25869
diff changeset
1 #ifndef LIBASS_MPUTILS_H
aaebaf255b23 Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
diego
parents: 25869
diff changeset
2 #define LIBASS_MPUTILS_H
21026
d138463e820b Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff changeset
3
d138463e820b Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff changeset
4 #include "mp_msg.h"
21066
6196ba31e97e MSGTRs for libass
kraymer
parents: 21026
diff changeset
5 #include "help_mp.h"
21026
d138463e820b Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff changeset
6 #include "libvo/font_load.h" // for blur()
d138463e820b Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff changeset
7 #include "subreader.h" // for guess_buffer_cp
d138463e820b Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff changeset
8 #include "libvo/sub.h" // for utf8_get_char
d138463e820b Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff changeset
9 #include "libavutil/common.h"
d138463e820b Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff changeset
10
25897
aaebaf255b23 Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
diego
parents: 25869
diff changeset
11 #endif /* LIBASS_MPUTILS_H */