From 4584f4d2da64cb826d14e49d54811715c9248820 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 26 Jul 2021 15:48:58 +0300
Subject: [PATCH 60/60] more fix to firewire objs

---
 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 2f88625bf85eae22b3b7360a96f35f4d0ff4075b..c660ee371a50d232aed5ac22ebb6836ead27c11b 100644
--- a/cinelerra-5.1/cinelerra/Makefile
+++ b/cinelerra-5.1/cinelerra/Makefile
@@ -371,7 +371,7 @@ OBJS := $(OVERLAYS) \
 	$(OBJDIR)/zwindowgui.o \
 
 ifneq ($(WANT_FIREWIRE),no)
-OBJ += \
+OBJS += \
 	$(OBJDIR)/audio1394.o \
 	$(OBJDIR)/avc1394control.o \
 	$(OBJDIR)/avc1394transport.o \
-- 
2.32.0

