fred (fwd render enb displ) play pref. info text tweak
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formatpopup.C
index e80769ce8ea9cf8f0d9d6f7d12cbca9c556876aa..06e41453a561a34fe538cbaf9c68161c89f0b188 100644 (file)
@@ -40,10 +40,9 @@ FormatPopup::FormatPopup(ArrayList<PluginServer*> *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<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"));