1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +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:
Carl Eugen Hoyos
2014-02-19 17:27:36 +01:00
parent b14517d3cd
commit 9c070ae03e

2
configure vendored
View File

@@ -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"