minor improvements from Andrew
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / formatpopup.C
index addd4a2c7a598dbb810a3ae99260a97cc3474bdf..dc1e95154f1d621ab523b6fa8581a647ee1d1327 100644 (file)
@@ -92,7 +92,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);
 }