Commit 218a6022 authored by Diego Biurrun's avatar Diego Biurrun

Only #include svq3.c if the SVQ3 decoder is enabled.

Originally committed as revision 16487 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ed09249c
......@@ -8036,4 +8036,6 @@ AVCodec h264_vdpau_decoder = {
};
#endif
#ifdef CONFIG_SVQ3_DECODER
#include "svq3.c"
#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