fred (fwd render enb displ) play pref. info text tweak
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formatpopup.C
index fa520abc053ecdeab726586f00ba79f75b57319e..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)));