X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2FMakefile;h=19064e0a90218eefca98650e31ca4bcdbd569182;hb=0fb566814c8a2948506be87ea7ecd08128ae119b;hp=de78961b7c7f63a02023c1a24d42e0085197698f;hpb=0c9155dd01b6745f908e12c6a202c671a8f09514;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/Makefile b/cinelerra-5.0/plugins/Makefile index de78961b..19064e0a 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 \ @@ -73,7 +71,6 @@ DIRS = \ linearblur \ liveaudio \ livevideo \ - lof \ loopaudio \ loopvideo \ motion \ @@ -107,7 +104,6 @@ DIRS = \ shiftinterlace \ slide \ spectrogram \ - suv \ svg \ swapchannels \ swapframes \ @@ -129,13 +125,22 @@ 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)