X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2FMakefile;h=e45c30b5c57e9f7abe83b68f8de7ba0216fd7499;hb=a9f2ea113da20b8cfbe4f394d69dc1e8315ddddd;hp=1153b322ed6b9d1a90e6e06dddc25e456ecc41db;hpb=e919ce8a71cdc99bb7344cc192e13a2c2db9e1c0;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/Makefile b/cinelerra-5.0/plugins/Makefile index 1153b322..e45c30b5 100644 --- a/cinelerra-5.0/plugins/Makefile +++ b/cinelerra-5.0/plugins/Makefile @@ -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 \