X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2FMakefile;h=c2000234e952352f83d64ccf1ae43a1c5742c244;hb=20dab381c3f5c0c0bd48cd7014ab67857eb80155;hp=a9469da0ff74c365427ce8bfe7a4a0f7c2bfe928;hpb=089f2be86316b88f72a6c359ab10e2b95539005b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile index a9469da0..c2000234 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 \ @@ -77,6 +78,9 @@ DIRS = \ loopaudio \ loopvideo \ motion \ + motion51 \ + motion-cv \ + motion-hv \ motion2point \ motionblur \ normalize \ @@ -125,6 +129,7 @@ DIRS = \ whirl \ wipe \ yuv \ + yuv411 \ yuvshift \ zoom \ zoomblur \