X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2FMakefile;h=ffbff61197d035b08fad6ef9da29c73160e4c669;hb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;hp=de78961b7c7f63a02023c1a24d42e0085197698f;hpb=0c9155dd01b6745f908e12c6a202c671a8f09514;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/Makefile b/cinelerra-5.0/plugins/Makefile index de78961b..ffbff611 100644 --- a/cinelerra-5.0/plugins/Makefile +++ b/cinelerra-5.0/plugins/Makefile @@ -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 \