Commit f15803e9 authored by Michael Niedermayer's avatar Michael Niedermayer

fate: Try to fix source path for fate-acodec-dca

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 166f3864
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment