Skip to content
Snippets Groups Projects
Commit 2ef1668b authored by Albert Gräf's avatar Albert Gräf
Browse files

Remove useless Gem configure options.

parent 4e912b32
No related branches found
No related tags found
1 merge request!839Gem on the Mac
...@@ -716,8 +716,6 @@ $(gem_src)/Gem.pd_linux: $(gem_src)/configure ...@@ -716,8 +716,6 @@ $(gem_src)/Gem.pd_linux: $(gem_src)/configure
cd $(gem_src) && ./configure \ cd $(gem_src) && ./configure \
CXXFLAGS="-DHAVE_S_STUFF_H $(CFLAGS_ADD)" \ CXXFLAGS="-DHAVE_S_STUFF_H $(CFLAGS_ADD)" \
--prefix=$(prefix) \ --prefix=$(prefix) \
--with-video=plugins \
--with-film=plugins \
--with-pd=$(pd_src) --with-pd=$(pd_src)
$(MAKE) $(GEM_MAKEFLAGS) -C $(gem_src) $(MAKE) $(GEM_MAKEFLAGS) -C $(gem_src)
...@@ -761,8 +759,6 @@ $(gem_src)/Gem.pd_darwin: $(gem_src)/configure ...@@ -761,8 +759,6 @@ $(gem_src)/Gem.pd_darwin: $(gem_src)/configure
--with-jpeg --with-jpeg-LIBS="-L$(usrlocal)/lib -ljpeg" \ --with-jpeg --with-jpeg-LIBS="-L$(usrlocal)/lib -ljpeg" \
$(gem_quicktime) $(gem_magick) \ $(gem_quicktime) $(gem_magick) \
$(gem_window) \ $(gem_window) \
--with-video=plugins \
--with-film=plugins \
--without-ndi --without-DeckLink \ --without-ndi --without-DeckLink \
--with-pd=$(pd_src) --with-pd=$(pd_src)
$(MAKE) $(GEM_MAKEFLAGS) -C $(gem_src) $(MAKE) $(GEM_MAKEFLAGS) -C $(gem_src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment