diff options
author | Clément Bœsch <u@pkh.me> | 2014-08-02 18:57:32 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-05 21:05:52 +0200 |
commit | def03d34391fe9ce49efdc3580220f1caaa5c160 (patch) | |
tree | 0b24bf86cf1b792a89a66bd73a5040cfe24054d8 /configure | |
parent | f50ec59751f8542da8a3848d0ad54de35657caaf (diff) | |
download | ffmpeg-streaming-def03d34391fe9ce49efdc3580220f1caaa5c160.zip ffmpeg-streaming-def03d34391fe9ce49efdc3580220f1caaa5c160.tar.gz |
avfilter/deshake: remove avcodec dependency
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2533,8 +2533,7 @@ cropdetect_filter_deps="gpl" dctdnoiz_filter_deps="avcodec" dctdnoiz_filter_select="dct" delogo_filter_deps="gpl" -deshake_filter_deps="avcodec" -deshake_filter_select="me_cmp" +deshake_filter_select="pixelutils" drawtext_filter_deps="libfreetype" ebur128_filter_deps="gpl" flite_filter_deps="libflite" @@ -5253,7 +5252,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 deshake_filter && prepend avfilter_deps "avcodec" enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample" enabled elbg_filter && prepend avfilter_deps "avcodec" enabled mcdeint_filter && prepend avfilter_deps "avcodec" |