From 170b466a2070ed5cb2773b69db7bdc6b3e9299c0 Mon Sep 17 00:00:00 2001 From: Rahul Tripathi <216878448+Rahul-2k4@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:23:43 +0530 Subject: [PATCH] fix: Add dvb_dedup.c to autoconf build for GitHub Actions Linux CI --- linux/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linux/Makefile.am b/linux/Makefile.am index eaf728dc..2ba88f58 100644 --- a/linux/Makefile.am +++ b/linux/Makefile.am @@ -128,8 +128,10 @@ ccextractor_SOURCES = \ ../src/lib_ccx/configuration.c \ ../src/lib_ccx/configuration.h \ ../src/lib_ccx/disable_warnings.h \ - ../src/lib_ccx/dvb_subtitle_decoder.c \ - ../src/lib_ccx/dvb_subtitle_decoder.h \ + ../src/lib_ccx/dvb_subtitle_decoder.c \ + ../src/lib_ccx/dvb_subtitle_decoder.h \ + ../src/lib_ccx/dvb_dedup.c \ + ../src/lib_ccx/dvb_dedup.h \ ../src/lib_ccx/dvd_subtitle_decoder.c \ ../src/lib_ccx/dvd_subtitle_decoder.h \ ../src/lib_ccx/es_functions.c \