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

Originally committed as revision 16487 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-01-07 23:03:04 +00:00
parent ed09249c71
commit 218a6022e7
1 changed files with 2 additions and 0 deletions

View File

@ -8036,4 +8036,6 @@ AVCodec h264_vdpau_decoder = {
};
#endif
#ifdef CONFIG_SVQ3_DECODER
#include "svq3.c"
#endif