diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-20 15:40:15 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-20 21:10:21 +0200 |
commit | 8860878291579927bfbb2cd561b410d7419eaae4 (patch) | |
tree | cd4126ea005c0520077b6611ac57ef30363cc71c /tests/Makefile | |
parent | 6cfca5b6ae5a2212082408ee751facd37810d606 (diff) | |
download | ffmpeg-8860878291579927bfbb2cd561b410d7419eaae4.tar.gz |
fate: Introduce ENCMUX macro for tests that require encoders and a muxer
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index be97d0cac3..93eb54801b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -34,6 +34,7 @@ ENCDEC2 = $(call ALLYES, $(firstword $(1))_ENCODER $(lastword $(1))_DECODER \ $(firstword $(3))_MUXER $(lastword $(3))_DEMUXER) DEMDEC = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER)) +ENCMUX = $(call ALLYES, $(2:%=%_ENCODER) $(1)_MUXER) include $(SRC_PATH)/tests/fate/acodec.mak include $(SRC_PATH)/tests/fate/vcodec.mak |