titler/crikey grab window warns, c41 rework
[goodguy/history.git] / cinelerra-5.1 / plugins / Makefile
index c233f06c66693e0ba10146644db5f8cd8b001732..d1bc16aafc7d100b7d2c8ed8d9e455dccb3857f5 100644 (file)
@@ -30,6 +30,7 @@ DIRS = \
        color3way \
        colorbalance \
        compressor \
+       crikey \
        crossfade \
        dcoffset \
        decimate \
@@ -78,6 +79,9 @@ DIRS = \
        loopaudio \
        loopvideo \
        motion \
+       motion51 \
+       motion-cv \
+       motion-hv \
        motion2point \
        motionblur \
        normalize \
@@ -121,7 +125,6 @@ DIRS = \
        translate \
        unsharp \
        videoscope \
-       vocoder \
        wave \
        whirl \
        wipe \
@@ -145,6 +148,8 @@ DIRS = \
 #      greycstoration \
 # not finished
 #      denoisemjpeg \
+# duplicate
+#      vocoder \
 
 PLUGIN_DIR = $(BINDIR)/plugins
 DATA = $(PLUGIN_DIR)/fonts $(PLUGIN_DIR)/shapes
@@ -160,8 +165,8 @@ $(DATA):
 
 $(LADSPA_DIR):
        mkdir -p $@
-       if [ -d $(THIRDPARTY)/ladspa-*/usr/local/lib/ladspa ]; then \
-               cp -a $(THIRDPARTY)/ladspa-*/usr/local/lib/ladspa/. $@/. ; \
+       if [ -d $(THIRDPARTY)/ladspa-*/usr/local/lib*/ladspa ]; then \
+               cp -a $(THIRDPARTY)/ladspa-*/usr/local/lib*/ladspa/. $@/. ; \
        fi
 
 # parallel compilation of all directories