X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2FMakefile;fp=cinelerra-5.1%2Fplugins%2FMakefile;h=cf72e5ac70b95d9bdb3100189616cf2e86df3571;hb=c9bbecdcb49b2dc8fdefd017104fd4d052edb8a3;hp=5815bc199167817ca94491254bd723e686011e91;hpb=9304882bd349ce15be054efb7cdcf69a0829f0f9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile index 5815bc19..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 \