Janne Grunau <[email protected]> writes: > On 2012-11-28 20:04:12 +0100, Diego Biurrun wrote: >> --- >> tests/fate/voice.mak | 32 ++++++++++++++++++-------------- >> 1 files changed, 18 insertions(+), 14 deletions(-) >> >> diff --git a/tests/fate/voice.mak b/tests/fate/voice.mak >> index 8fe445a..e6569a3 100644 >> --- a/tests/fate/voice.mak >> +++ b/tests/fate/voice.mak >> @@ -1,13 +1,13 @@ >> -FATE_G722 += fate-g722dec-1 >> +FATE_G722-$(call DEMDEC, G722, ADPCM_G722) += fate-g722dec-1 >> fate-g722dec-1: CMD = framecrc -i $(SAMPLES)/g722/conf-adminmenu-162.g722 >> >> -FATE_G722 += fate-g722-encode >> +FATE_G722-$(call ENCDEC, ADPCM_G722, WAV) += fate-g722-encode >> fate-g722-encode: tests/data/asynth-16000-1.wav >> fate-g722-encode: SRC = tests/data/asynth-16000-1.wav >> fate-g722-encode: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g722 > > probably missing dependency on s16le decoder
s16le is required for _all_ audio tests. Listing it explicitly only makes things harder to read. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
