X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2FMakefile;h=6b9e9395ae3a3aa5d4865ac436a209ee33974b59;hb=673257cc109af5234e4219a6baef9589b83b9359;hp=a9469da0ff74c365427ce8bfe7a4a0f7c2bfe928;hpb=089f2be86316b88f72a6c359ab10e2b95539005b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile index a9469da0..6b9e9395 100644 --- a/cinelerra-5.1/plugins/Makefile +++ b/cinelerra-5.1/plugins/Makefile @@ -1,4 +1,4 @@ -TOPDIR ?= $(CURDIR)/.. +export TOPDIR ?= $(CURDIR)/.. include $(TOPDIR)/global_config ifeq ($(WANT_DVB), yes) @@ -15,6 +15,7 @@ DIRS = \ 1080to540 \ 720to480 \ aging \ + scaleratio \ audioscope \ bandslide \ bandwipe \ @@ -29,6 +30,7 @@ DIRS = \ color3way \ colorbalance \ compressor \ + crikey \ crossfade \ dcoffset \ decimate \ @@ -77,6 +79,9 @@ DIRS = \ loopaudio \ loopvideo \ motion \ + motion51 \ + motion-cv \ + motion-hv \ motion2point \ motionblur \ normalize \ @@ -125,6 +130,7 @@ DIRS = \ whirl \ wipe \ yuv \ + yuv411 \ yuvshift \ zoom \ zoomblur \