X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2FMakefile;h=cf72e5ac70b95d9bdb3100189616cf2e86df3571;hb=f02c3f7d36eb475d1371f8e4b2814bea99e8b478;hp=aec17e689d736c13d2d2d837a69762c97ffda139;hpb=4d2d052cc767103a8699b1de0e3a1f36844ac04f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile index aec17e68..cf72e5ac 100644 --- a/cinelerra-5.1/plugins/Makefile +++ b/cinelerra-5.1/plugins/Makefile @@ -4,6 +4,9 @@ include $(TOPDIR)/global_config ifeq ($(WANT_DVB), yes) LIVEDVB = liveaudio livevideo endif +ifneq ($(WANT_FINDOBJECT), no) +FINDOBJECT = findobject +endif # burn must come before any other effecttv plugin # colors must come before any plugin @@ -51,6 +54,7 @@ DIRS = \ echo \ echocancel \ fieldframe \ + $(FINDOBJECT) \ flash \ flip \ framefield \ @@ -106,6 +110,7 @@ DIRS = \ rgb601 \ rgbshift \ rotate \ + rumbler \ scale \ shapewipe \ sharpen \ @@ -125,7 +130,6 @@ DIRS = \ translate \ unsharp \ videoscope \ - vocoder \ wave \ whirl \ wipe \ @@ -149,6 +153,8 @@ DIRS = \ # greycstoration \ # not finished # denoisemjpeg \ +# duplicate +# vocoder \ PLUGIN_DIR = $(BINDIR)/plugins DATA = $(PLUGIN_DIR)/fonts $(PLUGIN_DIR)/shapes