From c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 18 Oct 2012 03:12:54 +0100 Subject: [PATCH] fate: add a dependency helper macro Signed-off-by: Mans Rullgard --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index d3b4bcb..8fa8a02 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -33,6 +33,8 @@ ENCDEC2 = $(call ALLYES, $(firstword $(1))_ENCODER $(lastword $(1))_DECODER \ $(firstword $(2))_ENCODER $(lastword $(2))_DECODER \ $(firstword $(3))_MUXER $(lastword $(3))_DEMUXER) +DEMDEC = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER)) + include $(SRC_PATH)/tests/fate/acodec.mak include $(SRC_PATH)/tests/fate/vcodec.mak include $(SRC_PATH)/tests/fate/avformat.mak -- 2.7.4