view libass/mputils.h @ 26056:5ce6348b1a6e

On OS/2, fall back on the directory where MPlayer is installed if both MPLAYER_HOME and HOME are not set. patch by KO Myung-Hun, komh chollian net
author diego
date Sun, 24 Feb 2008 12:41:51 +0000
parents aaebaf255b23
children 0bea158396bc
line wrap: on
line source

#ifndef LIBASS_MPUTILS_H
#define LIBASS_MPUTILS_H

#include "mp_msg.h"
#include "help_mp.h"
#include "libvo/font_load.h" // for blur()
#include "subreader.h" // for guess_buffer_cp
#include "libvo/sub.h" // for utf8_get_char
#include "libavutil/common.h"

#endif /* LIBASS_MPUTILS_H */