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

Originally committed as revision 8682 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 0339fab8fc
commit 51cea49ab4
  1. 2
      libavcodec/vp3.c

@ -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

Loading…
Cancel
Save