mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
37 lines
943 B
C
37 lines
943 B
C
#define CONFIG_ASM 1
|
|
/* #undef CONFIG_CORETEXT */
|
|
/* #undef CONFIG_DIRECTWRITE */
|
|
/* #undef CONFIG_FONTCONFIG */
|
|
#define CONFIG_FREETYPE 1
|
|
#define CONFIG_FRIBIDI 1
|
|
/* #undef CONFIG_HARFBUZZ */
|
|
#define CONFIG_ICONV 1
|
|
/* #undef CONFIG_LARGE_TILES */
|
|
/* #undef CONFIG_LIBPNG */
|
|
#define HAVE_DLFCN_H 1
|
|
#define HAVE_ICONV_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_LIBM 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STDBOOL_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRDUP 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_STRNDUP 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE__BOOL 1
|
|
#define LT_OBJDIR ".libs/"
|
|
#define PACKAGE "libass"
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_NAME "libass"
|
|
#define PACKAGE_STRING "libass 0.14.0"
|
|
#define PACKAGE_TARNAME "libass"
|
|
#define PACKAGE_URL ""
|
|
#define PACKAGE_VERSION "0.14.0"
|
|
#define STDC_HEADERS 1
|
|
#define VERSION "0.14.0"
|