Unconditionally enable Theora decoder. It works fine now and there is no
authorDiego Biurrun <diego@biurrun.de>
Wed, 10 Jan 2007 14:19:33 +0000 (14:19 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 10 Jan 2007 14:19:33 +0000 (14:19 +0000)
Theora support through libtheora in FFmpeg.

Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vp3.c

index 6a39869..f022154 100644 (file)
@@ -2643,7 +2643,6 @@ AVCodec vp3_decoder = {
     NULL
 };
 
-#ifndef CONFIG_LIBTHEORA
 AVCodec theora_decoder = {
     "theora",
     CODEC_TYPE_VIDEO,
@@ -2656,4 +2655,3 @@ AVCodec theora_decoder = {
     0,
     NULL
 };
-#endif