[FFmpeg-cvslog] fate: try to fix fate-nellymoser-aref-encode make dependancies
Michael Niedermayer
git at videolan.org
Wed May 30 04:56:30 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed May 30 04:52:13 2012 +0200| [fd707add6bcadff3d6716340e0c9eb5a68f325ab] | committer: Michael Niedermayer
fate: try to fix fate-nellymoser-aref-encode make dependancies
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd707add6bcadff3d6716340e0c9eb5a68f325ab
---
tests/fate/audio.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
index 120c50e..3628aa1 100644
--- a/tests/fate/audio.mak
+++ b/tests/fate/audio.mak
@@ -35,7 +35,7 @@ fate-nellymoser: CMP = oneoff
fate-nellymoser: REF = $(SAMPLES)/nellymoser/nellymoser.pcm
FATE_SAMPLES_AUDIO += fate-nellymoser-aref-encode
-fate-nellymoser-aref-encode: $(AREF)
+fate-nellymoser-aref-encode: $(AREF) ./tests/data/asynth-16000-1.wav
fate-nellymoser-aref-encode: CMD = enc_dec_pcm flv wav s16le $(REF) -c:a nellymoser
fate-nellymoser-aref-encode: CMP = stddev
fate-nellymoser-aref-encode: REF = ./tests/data/asynth-16000-1.wav
More information about the ffmpeg-cvslog
mailing list