diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-27 00:34:09 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-27 00:34:09 +0200 |
commit | 5c3f79198c016980b8bd5e876761eb42341c3cec (patch) | |
tree | 7804833359829845f2fb9a2ed527be5173d53f6a /configure | |
parent | 19c1bf1525b45473d2ed66129df66cb30b4d3100 (diff) | |
download | ffmpeg-5c3f79198c016980b8bd5e876761eb42341c3cec.tar.gz |
lavfi/deshake: add libavcodec dependency (dsputil).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1681,6 +1681,7 @@ boxblur_filter_deps="gpl" colormatrix_filter_deps="gpl" cropdetect_filter_deps="gpl" delogo_filter_deps="gpl" +deshake_filter_deps="avcodec" drawtext_filter_deps="libfreetype" frei0r_filter_deps="frei0r dlopen" frei0r_filter_extralibs='$ldl' |