summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-10 14:19:33 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-10 14:19:33 +0000
commita9621908dce261eb91e1355e7d4bee97e9b65256 (patch)
tree7a3ddb66a6b159d647f42fb1ae0b8da9ad516d02 /libavcodec
parentc3135e11f47e193870ea2a1b15ca90eb2743e148 (diff)
Unconditionally enable Theora decoder. It works fine now and there is no
Theora support through libtheora in FFmpeg. Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vp3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 6a398693ab..f022154079 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -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