X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=90f6599ad2310b084fdcdc78fdc1c208e8fca302;hb=17304a9fc042d480cca91f04ace7985f98fa28d8;hp=addd4a2c7a598dbb810a3ae99260a97cc3474bdf;hpb=86c9537e0540010ff43b16feb4cd7de98409eba1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index addd4a2c..90f6599a 100644 --- a/cinelerra-5.1/cinelerra/formatpopup.C +++ b/cinelerra-5.1/cinelerra/formatpopup.C @@ -61,8 +61,10 @@ void FormatPopup::create_objects() if(!use_brender) { +#ifdef HAVE_GIFLIB post_item(FILE_GIF); post_item(FILE_GIF_LIST); +#endif #ifdef HAVE_OPENEXR post_item(FILE_EXR); post_item(FILE_EXR_LIST); @@ -92,7 +94,10 @@ void FormatPopup::create_objects() if(!use_brender) post_item(FILE_TIFF); post_item(FILE_TIFF_LIST); - +#ifdef HAVE_OPENEXR + if(use_brender) + post_item(FILE_EXR_LIST); +#endif update(&format_items, 0, 0, 1); }