diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-20 17:52:13 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-20 18:01:03 +0000 |
commit | f0f54c297f1283025d423c4aed817ae31ba549cb (patch) | |
tree | 68b3a169241e7aea3eec7ab73034e322acda5186 /configure | |
parent | ebb230279aa0ecc2fda4c617860eb354531d4b63 (diff) | |
download | ffmpeg-f0f54c297f1283025d423c4aed817ae31ba549cb.tar.gz |
Make PNG test depend on PNG codec
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1486,6 +1486,7 @@ test_deps _encoder _decoder \ pbm=pbmpipe \ pcx \ pgm="pgm pgmpipe" \ + png \ ppm="ppm ppmpipe" \ rawvideo="rgb yuv" \ roq \ |