Commit 9568e830 authored by diego's avatar diego

Unconditionally enable Theora decoder. It works fine now and there is no

Theora support through libtheora in FFmpeg.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7435 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 401cf4c5
......@@ -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