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

Originally committed as revision 16487 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent ed09249c71
commit 218a6022e7
  1. 2
      libavcodec/h264.c

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

Loading…
Cancel
Save