prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / plugins / Makefile
index de78961b7c7f63a02023c1a24d42e0085197698f..ffbff61197d035b08fad6ef9da29c73160e4c669 100644 (file)
@@ -13,12 +13,9 @@ DIRS = \
        audioscope \
        bandslide \
        bandwipe \
-       blondtheme \
        bluebanana \
-       bluedottheme \
        blur \
        brightness \
-       brighttheme \
        burn \
        C41 \
        cdripper \
@@ -44,6 +41,7 @@ DIRS = \
        dissolve \
        dot \
        downsample \
+       edge \
        echo \
        echocancel \
        fieldframe \
@@ -58,6 +56,7 @@ DIRS = \
        graphic \
        greycstoration \
        histogram \
+       histogram_bezier \
        holo \
        huesaturation \
        interpolate \
@@ -73,7 +72,6 @@ DIRS = \
        linearblur \
        liveaudio \
        livevideo \
-       lof \
        loopaudio \
        loopvideo \
        motion \
@@ -107,7 +105,6 @@ DIRS = \
        shiftinterlace \
        slide \
        spectrogram \
-       suv \
        svg \
        swapchannels \
        swapframes \
@@ -129,25 +126,26 @@ DIRS = \
        yuvshift \
        zoom \
        zoomblur \
+       theme_blond \
+       theme_blond_cv \
+       theme_blue \
+       theme_blue_dot \
+       theme_bright \
+       theme_hulk \
+       theme_pinklady \
+       theme_suv \
+       theme_unflat \
 
 #      findobject \
 
 DATA = $(PLUGIN_DIR)/fonts $(PLUGIN_DIR)/shapes
-MPEG2ENC = $(PLUGIN_DIR)/mpeg2enc.plugin
-HVEG2ENC = $(PLUGIN_DIR)/hveg2enc.plugin
-LADSPA = $(PLUGIN_DIR)/ladspa
+LADSPA = $(BINDIR)/ladspa
 
-all:   $(DIRS) $(DATA) $(MPEG2ENC) $(HVEG2ENC) $(LADSPA)
+all:   $(DIRS) $(DATA) $(LADSPA)
 
 $(DATA):
        cp -a $(notdir $@) $(PLUGIN_DIR)/.
 
-$(MPEG2ENC):
-       cp -a ../thirdparty/mjpegtools*/mpeg2enc/mpeg2enc $@
-
-$(HVEG2ENC):
-       cp -a ../mpeg2enc/$(OBJDIR)/hveg2enc $@
-
 $(LADSPA):
        mkdir -p $@
        if [ -d $(THIRDPARTY)/ladspa-*/usr/local/lib/ladspa ]; then \