From 5cfb97710c873d49d3aee9ea5eb996a58b4fe880 Mon Sep 17 00:00:00 2001 From: niels Date: Wed, 21 Oct 2015 21:41:51 +0200 Subject: [PATCH] remove gmic lib from build --- veejay-current/plugin-packs/lvdcrop/plugins/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/veejay-current/plugin-packs/lvdcrop/plugins/Makefile.am b/veejay-current/plugin-packs/lvdcrop/plugins/Makefile.am index b9f78b98..b3e0832f 100644 --- a/veejay-current/plugin-packs/lvdcrop/plugins/Makefile.am +++ b/veejay-current/plugin-packs/lvdcrop/plugins/Makefile.am @@ -5,11 +5,10 @@ lvd_cropscale_la_SOURCES = lvd_cropscale.c INCLUDES=$(FFMPEG_CFLAGS) -I$(top_srcdir)/lvdcrop AM_CFLAGS=-I@top_srcdir@/include $(OPTCFLAGS) -DSILENT -AM_LDFLAGS=-module -avoid-version -lm -export-dynamic -lgmic -lstdc++ -DDYNAMIC -rdynamic $(FFMPEG_LIBS) +AM_LDFLAGS=-module -avoid-version -lm -export-dynamic -lstdc++ -DDYNAMIC -rdynamic $(FFMPEG_LIBS) AM_LIBTOOLFLAGS = --tag=disable-static lividoplugindir = @libdir@/livido-plugins -liblvdgmicdir= @libdir@/livido-plugins install-lividopluginLTLIBRARIES:$(lividoplugin_LTLIBRARIES) mkdir -p $(DESTDIR)/$(lividoplugindir)