Browse code

configure: fix pcm test deps

10l to me for using non-standard shell syntax

Originally committed as revision 24123 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/07/09 05:15:54
Showing 1 changed files
... ...
@@ -1485,7 +1485,6 @@ test_deps _muxer _demuxer                                               \
1485 1485
     yuv4mpegpipe=yuv4mpeg                                               \
1486 1486
 
1487 1487
 mpg_test_deps="mpeg1system_muxer mpegps_demuxer"
1488
-pcm_test_deps=$(echo pcm_{{a,mu}law,u8,s8,{s{16,24,32},f{32,64}}{be,le},s24daud,zork}_{en,de}coder)
1489 1488
 
1490 1489
 # default parameters
1491 1490
 
... ...
@@ -1620,6 +1619,8 @@ ACODEC_TESTS=$(find_tests acodec)
1620 1620
 VCODEC_TESTS=$(find_tests vsynth1)
1621 1621
 LAVF_TESTS=$(find_tests lavf)
1622 1622
 
1623
+pcm_test_deps=$(map 'echo ${v%_*}_decoder $v' $(filter pcm_* $ENCODER_LIST))
1624
+
1623 1625
 for n in $COMPONENT_LIST; do
1624 1626
     v=$(toupper ${n%s})_LIST
1625 1627
     eval enable \$$v