X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugin_defs;h=3dbe03f1cff0f0236acb4f38ea9baaf06194471e;hb=f30a92d2f983d5ec09c8fd8db48c9bcb7ec76763;hp=bf9e8c379ab32caebc428a272ee45a4aa69407d3;hpb=29cc4023b50d6f7f9ab518978d8c9e839832b900;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugin_defs b/cinelerra-5.1/plugin_defs index bf9e8c37..3dbe03f1 100644 --- a/cinelerra-5.1/plugin_defs +++ b/cinelerra-5.1/plugin_defs @@ -1,6 +1,8 @@ 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 @@ -44,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))))