X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=31a8bd001ee47e806fbcee84f4f56715f257e083;hp=66f1e72f8b713d8291f926db9192055b7b347b0b;hb=9afc3844e37c6db23435d5d0c33129dcc81061e4;hpb=2cda7606e91cc23cf68a7f6376af2e8b9520b273 diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index 66f1e72f..31a8bd00 100644 --- a/cinelerra-5.1/cinelerra/formatpopup.C +++ b/cinelerra-5.1/cinelerra/formatpopup.C @@ -59,7 +59,10 @@ void FormatPopup::create_objects() post_item(FILE_JPEG); post_item(FILE_JPEG_LIST); + if(!use_brender) { + post_item(FILE_GIF); + post_item(FILE_GIF_LIST); #ifdef HAVE_OPENEXR post_item(FILE_EXR); post_item(FILE_EXR_LIST);