Mercurial > mplayer.hg
annotate libass/mputils.h @ 25558:634dfaa85718
when :card isn't specified by the user search the first available card
author | nicodvb |
---|---|
date | Wed, 02 Jan 2008 20:34:48 +0000 |
parents | 3baf6a2283da |
children | 246221f7ba2e |
rev | line source |
---|---|
23689
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
21066
diff
changeset
|
1 #ifndef ASS_MPUTILS_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
21066
diff
changeset
|
2 #define ASS_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 |
25535
3baf6a2283da
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
parents:
23689
diff
changeset
|
11 #endif /* ASS_MPUTILS_H */ |