bsd compatibility mods
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formatpopup.C
index 0793e59ece6ab0db9df3fabe35cce580084af424..55ffcefa4b487414577f68f88f6c59acfa844385 100644 (file)
@@ -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);