comparison allcodecs.c @ 3525:5a3d790ebbed libavcodec

Remove spurious references to Ogg Theora encoder, such a thing never existed.
author diego
date Sat, 29 Jul 2006 20:47:47 +0000
parents 444bd402aebe
children 5d1828a07acf
comparison
equal deleted inserted replaced
3524:419409926166 3525:5a3d790ebbed
58 #if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER) 58 #if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER)
59 register_avcodec(&oggvorbis_decoder); 59 register_avcodec(&oggvorbis_decoder);
60 #endif //CONFIG_OGGVORBIS_DECODER 60 #endif //CONFIG_OGGVORBIS_DECODER
61 #endif 61 #endif
62 #ifdef CONFIG_LIBTHEORA 62 #ifdef CONFIG_LIBTHEORA
63 #ifdef CONFIG_OGGTHEORA_ENCODER
64 // register_avcodec(&oggtheora_encoder);
65 #endif //CONFIG_OGGTHEORA_ENCODER
66 #ifdef CONFIG_OGGTHEORA_DECODER 63 #ifdef CONFIG_OGGTHEORA_DECODER
67 register_avcodec(&oggtheora_decoder); 64 register_avcodec(&oggtheora_decoder);
68 #endif //CONFIG_OGGTHEORA_DECODER 65 #endif //CONFIG_OGGTHEORA_DECODER
69 #endif 66 #endif
70 #ifdef CONFIG_FAAC 67 #ifdef CONFIG_FAAC