fix problem of using opengl transitions with Motion51 when in OpenGL mode
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / formatpopup.C
index 6252b0c2b4d6eb07ea304ab33ca912c293ca74cf..dc1e95154f1d621ab523b6fa8581a647ee1d1327 100644 (file)
@@ -72,6 +72,10 @@ void FormatPopup::create_objects()
 #ifdef HAVE_LIBZMPEG
                post_item(FILE_AMPEG);
                post_item(FILE_VMPEG);
+#endif
+#ifdef HAVE_OGG
+               post_item(FILE_VORBIS);
+               post_item(FILE_OGG);
 #endif
                post_item(FILE_PCM);
        }
@@ -88,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);
 }