X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=55ffcefa4b487414577f68f88f6c59acfa844385;hb=21eb2e0b479adf7bf846b835e5c7d9613b6f1a6d;hp=0793e59ece6ab0db9df3fabe35cce580084af424;hpb=fbb844da24c44cce0509451116df248c861ef8f7;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index 0793e59e..55ffcefa 100644 --- a/cinelerra-5.1/cinelerra/formatpopup.C +++ b/cinelerra-5.1/cinelerra/formatpopup.C @@ -47,7 +47,9 @@ void FormatPopup::create_objects() { if(!use_brender) { post_item(FILE_FFMPEG); +#ifdef HAVE_LIBZMPEG post_item(FILE_AC3); +#endif post_item(FILE_AIFF); post_item(FILE_AU); post_item(FILE_FLAC); @@ -64,8 +66,10 @@ void FormatPopup::create_objects() #endif post_item(FILE_WAV); post_item(FILE_RAWDV); +#ifdef HAVE_LIBZMPEG post_item(FILE_AMPEG); post_item(FILE_VMPEG); +#endif post_item(FILE_VORBIS); post_item(FILE_OGG); post_item(FILE_PCM);