You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -8036,4 +8036,6 @@ AVCodec h264_vdpau_decoder = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SVQ3_DECODER
|
||||
#include "svq3.c"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user