Commit 575b75ba authored by diego's avatar diego

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


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