You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
build: remove wrong avcodec dep in decimate
This was probably a mistake with mpdecimate. The decimate filter doesn't depend on avcodec.
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -5253,7 +5253,6 @@ enabled amovie_filter && prepend avfilter_deps "avformat avcodec"
|
||||
enabled aresample_filter && prepend avfilter_deps "swresample"
|
||||
enabled asyncts_filter && prepend avfilter_deps "avresample"
|
||||
enabled atempo_filter && prepend avfilter_deps "avcodec"
|
||||
enabled decimate_filter && prepend avfilter_deps "avcodec"
|
||||
enabled deshake_filter && prepend avfilter_deps "avcodec"
|
||||
enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
|
||||
enabled elbg_filter && prepend avfilter_deps "avcodec"
|
||||
|
Reference in New Issue
Block a user