Remove spurious references to Ogg Theora encoder, such a thing never existed.
Originally committed as revision 5858 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -60,9 +60,6 @@ void avcodec_register_all(void)
|
||||
#endif //CONFIG_OGGVORBIS_DECODER
|
||||
#endif
|
||||
#ifdef CONFIG_LIBTHEORA
|
||||
#ifdef CONFIG_OGGTHEORA_ENCODER
|
||||
// register_avcodec(&oggtheora_encoder);
|
||||
#endif //CONFIG_OGGTHEORA_ENCODER
|
||||
#ifdef CONFIG_OGGTHEORA_DECODER
|
||||
register_avcodec(&oggtheora_decoder);
|
||||
#endif //CONFIG_OGGTHEORA_DECODER
|
||||
|
Reference in New Issue
Block a user