diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-28 01:01:09 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-28 01:01:09 +0000 |
commit | b5670209438481f21addc8b7c4891627dd5ddac7 (patch) | |
tree | 69b199d9dd349c1ad56a9b1a964ede545d662864 /configure | |
parent | 28e5d45c68cf4f3fb517b08b7a7f3cc979536e0c (diff) | |
download | ffmpeg-b5670209438481f21addc8b7c4891627dd5ddac7.tar.gz |
Add copy filter, useful for testing the avfilter_draw_slice() copy
code.
Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1527,6 +1527,7 @@ test_deps _muxer _demuxer \ mpg_test_deps="mpeg1system_muxer mpegps_demuxer" set_ne_test_deps pixdesc +set_ne_test_deps pixfmts_copy set_ne_test_deps pixfmts_crop set_ne_test_deps pixfmts_hflip set_ne_test_deps pixfmts_null |