Module: libav Branch: master Commit: c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Thu Oct 18 03:12:54 2012 +0100 fate: add a dependency helper macro Signed-off-by: Mans Rullgard <[email protected]> --- tests/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
