mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 22:30:06 +01:00
remove gmic lib from build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user