From 94c5110569ba83fe2cc53b4b5311e0071430d23e Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 30 Jan 2023 13:51:52 +0300
Subject: [PATCH 03/10] Fix plugins/makefile for linux

---
 cinelerra-5.1/plugins/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile
index 39880c90..a40ef7b8 100644
--- a/cinelerra-5.1/plugins/Makefile
+++ b/cinelerra-5.1/plugins/Makefile
@@ -172,8 +172,8 @@ DIRS = $(OPENCV_OBJS) \
 
 PLATFORM = $(shell uname)
 ifeq ($(PLATFORM), NetBSD)
-DIRS += cdrippr theme_blond theme_blue
-else ifneq ($(PLATFORM), FreeBSD)
+DIRS += cdripper theme_blond theme_blue
+else ifeq ($(PLATFORM), FreeBSD)
 DIRS += theme_blond theme_blue
 else ifeq ($(PLATFORM), Linux)
 DIRS += cdripper
-- 
2.30.4

