diff allcodecs.c @ 3914:ac5df84bc14c libavcodec

Add vorbis encoder to ffmpeg
author ods15
date Mon, 02 Oct 2006 06:18:02 +0000
parents 5b987af96509
children c8c591fe26f8
line wrap: on
line diff
--- a/allcodecs.c	Mon Oct 02 06:09:52 2006 +0000
+++ b/allcodecs.c	Mon Oct 02 06:18:02 2006 +0000
@@ -51,7 +51,7 @@
 #endif //CONFIG_MP3LAME_ENCODER
 #endif
 #ifdef CONFIG_LIBVORBIS
-#ifdef CONFIG_OGGVORBIS_ENCODER
+#if (defined CONFIG_OGGVORBIS_ENCODER && !defined CONFIG_VORBIS_ENCODER)
     register_avcodec(&oggvorbis_encoder);
 #endif //CONFIG_OGGVORBIS_ENCODER
 #if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER)
@@ -507,6 +507,9 @@
 #ifdef CONFIG_VORBIS_DECODER
     register_avcodec(&vorbis_decoder);
 #endif
+#ifdef CONFIG_VORBIS_ENCODER
+    register_avcodec(&vorbis_encoder);
+#endif
 #ifdef CONFIG_LIBGSM
     register_avcodec(&libgsm_decoder);
 #endif //CONFIG_LIBGSM