[FFmpeg-cvslog] fate: add a dependency helper macro
Mans Rullgard
git at videolan.org
Fri Oct 19 13:36:23 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Oct 18 03:12:54 2012 +0100| [c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72] | committer: Mans Rullgard
fate: add a dependency helper macro
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72
---
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
More information about the ffmpeg-cvslog
mailing list