fix plugin probe when LANG != en
[goodguy/history.git] / cinelerra-5.0 / plugins / Makefile
index 1153b322ed6b9d1a90e6e06dddc25e456ecc41db..e45c30b5c57e9f7abe83b68f8de7ba0216fd7499 100644 (file)
@@ -8,19 +8,14 @@ include ../global_config
 DIRS = \
        1080to480 \
        1080to540 \
-       4k \
-       5k \
        720to480 \
        aging \
        audioscope \
        bandslide \
        bandwipe \
-       blondtheme \
        bluebanana \
-       bluedottheme \
        blur \
        brightness \
-       brighttheme \
        burn \
        C41 \
        cdripper \
@@ -76,7 +71,6 @@ DIRS = \
        linearblur \
        liveaudio \
        livevideo \
-       lof \
        loopaudio \
        loopvideo \
        motion \
@@ -110,7 +104,6 @@ DIRS = \
        shiftinterlace \
        slide \
        spectrogram \
-       suv \
        svg \
        swapchannels \
        swapframes \
@@ -132,25 +125,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 \