x265 upgrade to 2.5, cinfinity cc lic, keyframe reticle redraw, crikey/titler event...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formatpopup.C
index e80769ce8ea9cf8f0d9d6f7d12cbca9c556876aa..683c7117d076e0b87bde18ad98a76e39e3a24f59 100644 (file)
@@ -55,8 +55,10 @@ void FormatPopup::create_objects()
 
        if(!use_brender)
        {
+#ifdef HAVE_OPENEXR
                format_items.append(new BC_ListBoxItem(_(EXR_NAME)));
                format_items.append(new BC_ListBoxItem(_(EXR_LIST_NAME)));
+#endif
                format_items.append(new BC_ListBoxItem(_(WAV_NAME)));
                format_items.append(new BC_ListBoxItem(_(RAWDV_NAME)));
                format_items.append(new BC_ListBoxItem(_(AMPEG_NAME)));
@@ -97,7 +99,7 @@ int FormatPopup::handle_event()
 
 
 FFMPEGPopup::FFMPEGPopup(ArrayList<PluginServer*> *plugindb, int x, int y)
- : BC_ListBox(x, y, 50, 200, LISTBOX_TEXT, 0, 0, 0, 1, 0, 1)
+ : BC_ListBox(x, y, 100, 200, LISTBOX_TEXT, 0, 0, 0, 1, 0, 1)
 {
        this->plugindb = plugindb;
        set_tooltip(_("Set ffmpeg file type"));