Commit a9621908 authored by Diego Biurrun's avatar Diego Biurrun

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
parent c3135e11
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment