remove libtheora wrapper
Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -59,11 +59,6 @@ void avcodec_register_all(void)
|
||||
register_avcodec(&oggvorbis_decoder);
|
||||
#endif //CONFIG_OGGVORBIS_DECODER
|
||||
#endif
|
||||
#ifdef CONFIG_LIBTHEORA
|
||||
#ifdef CONFIG_OGGTHEORA_DECODER
|
||||
register_avcodec(&oggtheora_decoder);
|
||||
#endif //CONFIG_OGGTHEORA_DECODER
|
||||
#endif
|
||||
#ifdef CONFIG_FAAC
|
||||
#ifdef CONFIG_FAAC_ENCODER
|
||||
register_avcodec(&faac_encoder);
|
||||
@@ -375,7 +370,7 @@ void avcodec_register_all(void)
|
||||
#ifdef CONFIG_VP3_DECODER
|
||||
register_avcodec(&vp3_decoder);
|
||||
#endif //CONFIG_VP3_DECODER
|
||||
#if (defined CONFIG_THEORA_DECODER && !defined CONFIG_LIBTHEORA)
|
||||
#ifdef CONFIG_THEORA_DECODER
|
||||
register_avcodec(&theora_decoder);
|
||||
#endif //CONFIG_THEORA_DECODER
|
||||
#ifdef CONFIG_ASV1_DECODER
|
||||
|
Reference in New Issue
Block a user