X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2FMakefile;h=aec17e689d736c13d2d2d837a69762c97ffda139;hp=a9469da0ff74c365427ce8bfe7a4a0f7c2bfe928;hb=4d2d052cc767103a8699b1de0e3a1f36844ac04f;hpb=089f2be86316b88f72a6c359ab10e2b95539005b diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile index a9469da0..aec17e68 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 \ @@ -158,8 +164,8 @@ $(DATA): $(LADSPA_DIR): mkdir -p $@ - if [ -d $(THIRDPARTY)/ladspa-*/usr/local/lib/ladspa ]; then \ - cp -a $(THIRDPARTY)/ladspa-*/usr/local/lib/ladspa/. $@/. ; \ + if [ -d $(THIRDPARTY)/ladspa-*/usr/local/lib*/ladspa ]; then \ + cp -a $(THIRDPARTY)/ladspa-*/usr/local/lib*/ladspa/. $@/. ; \ fi # parallel compilation of all directories