[FFmpeg-cvslog] r24123 - trunk/configure
mru
subversion
Thu Jul 8 22:15:54 CEST 2010
Author: mru
Date: Thu Jul 8 22:15:54 2010
New Revision: 24123
Log:
configure: fix pcm test deps
10l to me for using non-standard shell syntax
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Jul 8 20:46:22 2010 (r24122)
+++ trunk/configure Thu Jul 8 22:15:54 2010 (r24123)
@@ -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
More information about the ffmpeg-cvslog
mailing list