X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=06e41453a561a34fe538cbaf9c68161c89f0b188;hb=9d5997d77ab7736be577456d8fd3dda0ba522d39;hp=e80769ce8ea9cf8f0d9d6f7d12cbca9c556876aa;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index e80769ce..06e41453 100644 --- a/cinelerra-5.1/cinelerra/formatpopup.C +++ b/cinelerra-5.1/cinelerra/formatpopup.C @@ -40,10 +40,9 @@ FormatPopup::FormatPopup(ArrayList *plugindb, void FormatPopup::create_objects() { - format_items.append(new BC_ListBoxItem(_(FFMPEG_NAME))); - if(!use_brender) { + format_items.append(new BC_ListBoxItem(_(FFMPEG_NAME))); format_items.append(new BC_ListBoxItem(_(AC3_NAME))); format_items.append(new BC_ListBoxItem(_(AIFF_NAME))); format_items.append(new BC_ListBoxItem(_(AU_NAME))); @@ -55,8 +54,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 +98,7 @@ int FormatPopup::handle_event() FFMPEGPopup::FFMPEGPopup(ArrayList *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"));