X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugin_defs;h=3dbe03f1cff0f0236acb4f38ea9baaf06194471e;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hp=7f5fee5e96a0ba78e5c0330b50895dd4fbc1d58c;hpb=7a70932d3e04454177c456d0b42ee2f5318d6ad1;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugin_defs b/cinelerra-5.1/plugin_defs index 7f5fee5e..3dbe03f1 100644 --- a/cinelerra-5.1/plugin_defs +++ b/cinelerra-5.1/plugin_defs @@ -1,7 +1,8 @@ -TOPDIR ?= ../.. -export TOPDIR +export TOPDIR ?= ../.. include $(TOPDIR)/global_config +# plugin_dirs is translated in awindowgui.C, update if changed. + plugin_dirs := themes themes := theme_bright theme_suv theme_blond theme_blue theme_blue_dot \ theme_hulk theme_pinklady theme_unflat theme_blond_cv @@ -15,7 +16,7 @@ video_transitions := bandslide bandwipe dissolve flip irissquare \ plugin_dirs += transforms transforms := 1080to480 1080to540 720to480 lens perspective photoscale \ - polar rotate scale translate whirl + polar rotate scale translate whirl scaleratio plugin_dirs += colors colors := brightness bluebanana C41 color3way colorbalance huesaturation \ @@ -45,7 +46,7 @@ blending := chromakeyhsv chromakey diffkey plugin_dirs += tv_effects tv_effects := deinterlace-cv deinterlace ivtc liveaudio livevideo rgb601 \ - rgbshift shiftinterlace swapchannels swapframes yuv yuvshift + rgbshift shiftinterlace swapchannels swapframes yuv yuv411 yuvshift $(foreach dir,$(plugin_dirs),$(foreach plugin,$($(dir)), $(eval $(plugin):=$(dir))))