You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Fix dctdnoiz dependencies, the filter should select dct, not fft.
Fixes compilation with --disable-everything --enable-filter=dctdnoiz
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -2351,7 +2351,7 @@ boxblur_filter_deps="gpl"
|
|||||||
colormatrix_filter_deps="gpl"
|
colormatrix_filter_deps="gpl"
|
||||||
cropdetect_filter_deps="gpl"
|
cropdetect_filter_deps="gpl"
|
||||||
dctdnoiz_filter_deps="avcodec"
|
dctdnoiz_filter_deps="avcodec"
|
||||||
dctdnoiz_filter_select="fft"
|
dctdnoiz_filter_select="dct"
|
||||||
delogo_filter_deps="gpl"
|
delogo_filter_deps="gpl"
|
||||||
deshake_filter_deps="avcodec"
|
deshake_filter_deps="avcodec"
|
||||||
deshake_filter_select="dsputil"
|
deshake_filter_select="dsputil"
|
||||||
|
Reference in New Issue
Block a user