Mercurial > mplayer.hg
annotate libass/mputils.h @ 26644:bb7f4eecf77a
synced with r26674
author | ptt |
---|---|
date | Tue, 06 May 2008 15:06:56 +0000 |
parents | aaebaf255b23 |
children | 0bea158396bc |
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 | 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 */ |