summaryrefslogtreecommitdiffstats
path: root/libass/ass_func_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_func_template.h')
-rw-r--r--libass/ass_func_template.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libass/ass_func_template.h b/libass/ass_func_template.h
index 3fea779..381d3fb 100644
--- a/libass/ass_func_template.h
+++ b/libass/ass_func_template.h
@@ -92,7 +92,6 @@ void DECORATE(blur1246_vert)(int16_t *dst, const int16_t *src,
const BitmapEngine DECORATE(bitmap_engine) = {
.align_order = ALIGN,
-#if CONFIG_RASTERIZER
#if CONFIG_LARGE_TILES
.tile_order = 5,
.fill_solid = DECORATE(fill_solid_tile32),
@@ -104,7 +103,6 @@ const BitmapEngine DECORATE(bitmap_engine) = {
.fill_halfplane = DECORATE(fill_halfplane_tile16),
.fill_generic = DECORATE(fill_generic_tile16),
#endif
-#endif
.add_bitmaps = DECORATE(add_bitmaps),
#ifdef __x86_64__