[FFmpeg-cvslog] fate: Try to fix source path for fate-acodec-dca
Michael Niedermayer
git at videolan.org
Mon Jun 25 02:04:47 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jun 25 01:58:18 2012 +0200| [f15803e9578908e285b961efa0fc2fe1e10043d0] | committer: Michael Niedermayer
fate: Try to fix source path for fate-acodec-dca
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f15803e9578908e285b961efa0fc2fe1e10043d0
---
tests/fate/acodec.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/acodec.mak b/tests/fate/acodec.mak
index 54ae9cd..31f3441 100644
--- a/tests/fate/acodec.mak
+++ b/tests/fate/acodec.mak
@@ -43,7 +43,7 @@ fate-acodec-alac: CODEC = alac -compression_level 1
FATE_ACODEC += fate-acodec-dca
fate-acodec-dca: tests/data/asynth-44100-2.wav
fate-acodec-dca: SRC = tests/data/asynth-44100-2.wav
-fate-acodec-dca: CMD = md5 -i $(SRC) -c:a dca -strict -2 -f dts -flags +bitexact
+fate-acodec-dca: CMD = md5 -i $(TARGET_PATH)/$(SRC) -c:a dca -strict -2 -f dts -flags +bitexact
fate-acodec-dca: CMP = oneline
fate-acodec-dca: REF = 66bd0e602be7fb97dc19151554c0ee29
More information about the ffmpeg-cvslog
mailing list