10l: comparison of char* ptrs with string literals
[mplayer.git] / libass / mputils.h
blob5ed1be527eba3412c62fec4e6cc3a3558bc82ed3
1 #ifndef __ASS_MPUTILS_H__
2 #define __ASS_MPUTILS_H__
4 #include "mp_msg.h"
5 #include "help_mp.h"
6 #include "libvo/font_load.h" // for blur()
7 #include "subreader.h" // for guess_buffer_cp
8 #include "libvo/sub.h" // for utf8_get_char
9 #include "libavutil/common.h"
11 #endif