You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
779 B
24 lines
779 B
From 05e9d2e05664fd868a6054dacfc7c1bba9971494 Mon Sep 17 00:00:00 2001
|
|
From: Oneric <oneric@oneric.stub>
|
|
Date: Sat, 8 Jun 2024 01:24:20 +0200
|
|
Subject: [PATCH] build/checkasm: add missing header sources
|
|
|
|
---
|
|
Makefile_util.am | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile_util.am b/Makefile_util.am
|
|
index df89a9bc6..52a4c6011 100644
|
|
--- a/Makefile_util.am
|
|
+++ b/Makefile_util.am
|
|
@@ -54,7 +54,8 @@ checkasm_checkasm_SOURCES = \
|
|
checkasm/blend_bitmaps.c \
|
|
checkasm/be_blur.c \
|
|
checkasm/blur.c \
|
|
- checkasm/checkasm.h checkasm/checkasm.c
|
|
+ checkasm/checkasm.h checkasm/checkasm.c \
|
|
+ libass/ass_rasterizer.h libass/ass_utils.h
|
|
|
|
checkasm_checkasm_CPPFLAGS = -I$(top_srcdir)/libass
|
|
checkasm_checkasm_LDADD = libass/libass.la
|