interp bilinear fix
[goodguy/history.git] / cinelerra-5.1 / plugins / Makefile
index d1bc16aafc7d100b7d2c8ed8d9e455dccb3857f5..cf72e5ac70b95d9bdb3100189616cf2e86df3571 100644 (file)
@@ -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 \