it was typo in my patching.. firewire not fireware!
does this patch help? you try just rebuild in nearly-compiled tree, not full rebuild.. On Sunday, July 25, 2021, Andrea paz <[email protected]> wrote: > I confirm "WANT_FIREWARE := yes" >
From 809325132a1a943791f2d7c17e12edd308241961 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Sun, 25 Jul 2021 13:59:18 +0300 Subject: [PATCH 59/59] fix 'fireware' typo in cinelerra/Makefile --- cinelerra-5.1/cinelerra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinelerra-5.1/cinelerra/Makefile b/cinelerra-5.1/cinelerra/Makefile index 9327133566a3ca689efbaee35d081efe08fbd798..2f88625bf85eae22b3b7360a96f35f4d0ff4075b 100644 --- a/cinelerra-5.1/cinelerra/Makefile +++ b/cinelerra-5.1/cinelerra/Makefile @@ -370,7 +370,7 @@ OBJS := $(OVERLAYS) \ $(OBJDIR)/zwindow.o \ $(OBJDIR)/zwindowgui.o \ -ifneq ($(WANT_FIREWARE),no) +ifneq ($(WANT_FIREWIRE),no) OBJ += \ $(OBJDIR)/audio1394.o \ $(OBJDIR)/avc1394control.o \ -- 2.32.0
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

