From cfe969f7a02ed0d335a12d9e4dcd21ecb75818a8 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 30 Jan 2023 15:32:28 +0300
Subject: [PATCH 06/10] cdripper is Linux only

---
 cinelerra-5.1/plugins/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

