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=55ffcefa4b487414577f68f88f6c59acfa844385;hb=ac8f3979437fb45effb135a1bb6bee871f52d635;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index 55ffcefa..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); @@ -70,8 +73,6 @@ void FormatPopup::create_objects() post_item(FILE_AMPEG); post_item(FILE_VMPEG); #endif - post_item(FILE_VORBIS); - post_item(FILE_OGG); post_item(FILE_PCM); }