Commit 9c070ae0 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix dctdnoiz dependencies, the filter should select dct, not fft.

Fixes compilation with --disable-everything --enable-filter=dctdnoiz
parent b14517d3
...@@ -2351,7 +2351,7 @@ boxblur_filter_deps="gpl" ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment