From 2ef1668bfcced6e4099579db93790dd09ec09e0f Mon Sep 17 00:00:00 2001
From: Albert Graef <aggraef@gmail.com>
Date: Mon, 22 Aug 2022 22:05:17 +0200
Subject: [PATCH] Remove useless Gem configure options.

---
 externals/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/externals/Makefile b/externals/Makefile
index 3beb33e2f..f781fe1a2 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -716,8 +716,6 @@ $(gem_src)/Gem.pd_linux: $(gem_src)/configure
 		cd $(gem_src) && ./configure \
 			CXXFLAGS="-DHAVE_S_STUFF_H $(CFLAGS_ADD)" \
 			--prefix=$(prefix) \
-			--with-video=plugins \
-			--with-film=plugins \
 			--with-pd=$(pd_src)
 	$(MAKE) $(GEM_MAKEFLAGS) -C $(gem_src)
 
@@ -761,8 +759,6 @@ $(gem_src)/Gem.pd_darwin: $(gem_src)/configure
 		--with-jpeg --with-jpeg-LIBS="-L$(usrlocal)/lib -ljpeg" \
 		$(gem_quicktime) $(gem_magick) \
 		$(gem_window) \
-		--with-video=plugins \
-		--with-film=plugins \
 		--without-ndi --without-DeckLink \
 		--with-pd=$(pd_src)
 	$(MAKE) $(GEM_MAKEFLAGS) -C $(gem_src)
-- 
GitLab