diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-30 05:17:50 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-30 07:55:13 +0100 |
commit | 0857e46dd5f6d4d9b9b946492fe0c951485bdbe7 (patch) | |
tree | 47a3033eb53ee9ccdbe16d0896d06b02bc3bc4bf /tests/fate/ac3.mak | |
parent | 00c78a0a151ce6a0c277c1d6736517759ae77aae (diff) | |
download | ffmpeg-0857e46dd5f6d4d9b9b946492fe0c951485bdbe7.tar.gz |
fate: add missing $(TARGET_PATH) to ac3-fixed-encode
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/ac3.mak')
-rw-r--r-- | tests/fate/ac3.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 5e5d06ab44..4fafb053d8 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -48,7 +48,7 @@ fate-eac3-encode: FUZZ = 3 FATE_AC3 += fate-ac3-fixed-encode fate-ac3-fixed-encode: tests/data/asynth-44100-2.wav -fate-ac3-fixed-encode: SRC = tests/data/asynth-44100-2.wav +fate-ac3-fixed-encode: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -b 128k -f ac3 fate-ac3-fixed-encode: CMP = oneline fate-ac3-fixed-encode: REF = a1d1fc116463b771abf5aef7ed37d7b1 |