[FFmpeg-cvslog] fate: add missing $(TARGET_PATH) to ac3-fixed-encode
Mans Rullgard
git at videolan.org
Wed May 30 19:37:29 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed May 30 05:17:50 2012 +0100| [0857e46dd5f6d4d9b9b946492fe0c951485bdbe7] | committer: Mans Rullgard
fate: add missing $(TARGET_PATH) to ac3-fixed-encode
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0857e46dd5f6d4d9b9b946492fe0c951485bdbe7
---
tests/fate/ac3.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
index 5e5d06a..4fafb05 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
More information about the ffmpeg-cvslog
mailing list