From 97b3dd17c1499c7ffd6d429a01d64ceaed233df2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 30 Nov 2023 11:19:13 -0800 Subject: til: introduce til_video_setup_t Preparatory commit for wiring up aspect ratio settings at the fb middle layer. This will be a bit crufty initially, but should cleanup alright over time. til_video_setup_t will be passed around the fb stuff instead of a bare til_setup_t. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2b629f2..8bc073a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,7 +30,8 @@ libtil_la_SOURCES = \ til_threads.c \ til_threads.h \ til_util.c \ - til_util.h + til_util.h \ + til_video_setup.h libtil_la_CPPFLAGS = -I@top_srcdir@/src libtil_la_LIBADD = \ -- cgit v1.2.1