Browse Source

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>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
395894fc59
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      configure

+ 6
- 0
configure View File

@@ -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



Loading…
Cancel
Save