Use DECLARE_ALIGNED macro instead of gcc __attribute__.
[mplayer/glamo.git] / libass / mputils.h
blobcff269357f5f1c72bcd7e365ec97503395cd8bdd
1 /*
2 * Copyright (C) 2006 Evgeniy Stepanov <eugeni.stepanov@gmail.com>
4 * This file is part of libass.
6 * libass is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * libass is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License along
17 * with libass; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 #ifndef LIBASS_MPUTILS_H
22 #define LIBASS_MPUTILS_H
24 #include "mp_msg.h"
25 #include "help_mp.h"
26 #include "libvo/font_load.h" // for blur()
27 #include "subreader.h" // for guess_buffer_cp
28 #include "libvo/sub.h" // for utf8_get_char
29 #include "libavutil/common.h"
31 #endif /* LIBASS_MPUTILS_H */