summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-08 20:15:54 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-08 20:15:54 +0000
commit40fe5019ef02aa46caac05a8d8b5022fd2bb3c17 (patch)
tree22f6d2a3e81893a4f959925e06012c98c22c8175 /configure
parentad9eff3f9c45f0bb81de46c5792e894c1594d19c (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 00b58ff0ad..091f9078ed 100755
--- a/configure
+++ b/configure
@@ -1485,7 +1485,6 @@ test_deps _muxer _demuxer \
yuv4mpegpipe=yuv4mpeg \
mpg_test_deps="mpeg1system_muxer mpegps_demuxer"
-pcm_test_deps=$(echo pcm_{{a,mu}law,u8,s8,{s{16,24,32},f{32,64}}{be,le},s24daud,zork}_{en,de}coder)
# default parameters
@@ -1620,6 +1619,8 @@ ACODEC_TESTS=$(find_tests acodec)
VCODEC_TESTS=$(find_tests vsynth1)
LAVF_TESTS=$(find_tests lavf)
+pcm_test_deps=$(map 'echo ${v%_*}_decoder $v' $(filter pcm_* $ENCODER_LIST))
+
for n in $COMPONENT_LIST; do
v=$(toupper ${n%s})_LIST
eval enable \$$v