fix plugin probe when LANG != en
[goodguy/history.git] / cinelerra-5.0 / plugins / Makefile
index 19064e0a90218eefca98650e31ca4bcdbd569182..e45c30b5c57e9f7abe83b68f8de7ba0216fd7499 100644 (file)
@@ -138,21 +138,13 @@ DIRS = \
 #      findobject \
 
 DATA = $(PLUGIN_DIR)/fonts $(PLUGIN_DIR)/shapes
-MPEG2ENC = $(PLUGIN_DIR)/mpeg2enc.plugin
-HVEG2ENC = $(PLUGIN_DIR)/hveg2enc.plugin
 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 \