]> git.sesse.net Git - ffmpeg/commitdiff
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 6a398693ab0d02f2c147c1a1e002e5a0bf21a7b8..f0221540792b458fbe645a44be1afec04ce1da0c 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