From 218a6022e7be21e1f1b78f6f8f06917769e916f4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 7 Jan 2009 23:03:04 +0000 Subject: [PATCH] Only #include svq3.c if the SVQ3 decoder is enabled. Originally committed as revision 16487 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index ce926a3e1..eb0274e67 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 -- 2.11.0