diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-03-18 21:48:51 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-18 22:31:24 +0100 |
commit | 395894fc5988693edd5de4e3c11289979d468400 (patch) | |
tree | 3d845afa379d6530560b07e2bd1d621580f93419 /configure | |
parent | d19d52d4a11547cc70bcbc3a2f8b83ccd24bb951 (diff) | |
download | ffmpeg-395894fc5988693edd5de4e3c11289979d468400.tar.gz |
build_sys: Add dependencies for pp testing.
Should fix mp=pp test failure by not running it without --enable-gpl
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1789,6 +1789,12 @@ test_deps _muxer _demuxer \ ac3_fixed_test_deps="ac3_fixed_encoder ac3_decoder" mpg_test_deps="mpeg1system_muxer mpegps_demuxer" +pp_test_deps="mp_filter" +pp2_test_deps="mp_filter" +pp3_test_deps="mp_filter" +pp4_test_deps="mp_filter" +pp5_test_deps="mp_filter" +pp6_test_deps="mp_filter" # default parameters |