Module: libav Branch: master Commit: 0857e46dd5f6d4d9b9b946492fe0c951485bdbe7
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Wed May 30 05:17:50 2012 +0100 fate: add missing $(TARGET_PATH) to ac3-fixed-encode Signed-off-by: Mans Rullgard <[email protected]> --- 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 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
