提交 51cea49a 编写于 作者: D Diego Biurrun

Fix compilation when Theora decoder is disabled, but VP3 is enabled.

Originally committed as revision 8682 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0339fab8
......@@ -2646,6 +2646,7 @@ AVCodec vp3_decoder = {
NULL
};
#ifdef CONFIG_THEORA_DECODER
AVCodec theora_decoder = {
"theora",
CODEC_TYPE_VIDEO,
......@@ -2658,3 +2659,4 @@ AVCodec theora_decoder = {
0,
NULL
};
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册