diff --git a/libavcodec/h264.c b/libavcodec/h264.c index ce926a3e17..eb0274e678 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -8036,4 +8036,6 @@ AVCodec h264_vdpau_decoder = { }; #endif +#ifdef CONFIG_SVQ3_DECODER #include "svq3.c" +#endif