diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-18 03:12:54 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-18 13:12:28 +0100 |
commit | c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72 (patch) | |
tree | 6e009ef351483f28824a905a39f4cff01f100ea3 /tests/Makefile | |
parent | d66c52c2b369401ba4face1c171ccb19130b7a31 (diff) | |
download | ffmpeg-c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72.tar.gz |
fate: add a dependency helper macro
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index d3b4bcb3d7..8fa8a027ab 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 |