summaryrefslogtreecommitdiff
path: root/builds/amiga/include/config/ftmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'builds/amiga/include/config/ftmodule.h')
-rw-r--r--builds/amiga/include/config/ftmodule.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/builds/amiga/include/config/ftmodule.h b/builds/amiga/include/config/ftmodule.h
index 73e86d5b6..50087554f 100644
--- a/builds/amiga/include/config/ftmodule.h
+++ b/builds/amiga/include/config/ftmodule.h
@@ -4,8 +4,13 @@
/* */
/* Amiga-specific FreeType module selection. */
/* */
+<<<<<<< HEAD
/* Copyright (C) 2005-2022 by */
/* Werner Lemberg and Detlef Würkner. */
+=======
+/* Copyright (C) 2005-2021 by */
+/* Werner Lemberg and Detlef W�rkner. */
+>>>>>>> d9fdb2202 (Compilation fix attempt #1)
/* */
/* This file is part of the FreeType project, and may only be used, */
/* modified, and distributed under the terms of the FreeType project */
@@ -135,6 +140,10 @@ FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
#endif
+#ifdef FT_USE_DENSE
+FT_USE_MODULE( FT_Renderer_Class, ft_dense_renderer_class )
+#endif
+
#ifdef FT_USE_SMOOTH
FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
#endif