X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=683c7117d076e0b87bde18ad98a76e39e3a24f59;hp=fa520abc053ecdeab726586f00ba79f75b57319e;hb=95683646dce10ad3f6a8c8c9c9225c69f4841ec5;hpb=8b0d4fea3dbf5321d0688eb75f25be77f751d003 diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index fa520abc..683c7117 100644 --- a/cinelerra-5.1/cinelerra/formatpopup.C +++ b/cinelerra-5.1/cinelerra/formatpopup.C @@ -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)));