diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-17 18:08:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-17 18:08:50 +0100 |
commit | b22989da47beaa65d855d42bedf5e9961b84d983 (patch) | |
tree | 20d12f75638f64d60ee2773a70f02c0e4f58cced /tests | |
parent | 47cc6168649485837b1e4fdd5f33f16c275933bd (diff) | |
parent | eddff165b4cdc1f064245a4bad6f4265581c12b1 (diff) | |
download | ffmpeg-b22989da47beaa65d855d42bedf5e9961b84d983.tar.gz |
Merge commit 'eddff165b4cdc1f064245a4bad6f4265581c12b1'
* commit 'eddff165b4cdc1f064245a4bad6f4265581c12b1':
fate: add utility function to test parser, demuxer, and decoder
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6f128e8000..d474052997 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -72,6 +72,8 @@ FILTERDEMDEC = $(call ALLYES, $(1)_FILTER $(2)_DEMUXER $(3)_DECODER) FILTERDEMDECMUX = $(call ALLYES, $(1)_FILTER $(2)_DEMUXER $(3)_DECODER $(4)_MUXER) FILTERDEMDECENCMUX = $(call ALLYES, $(1)_FILTER $(2)_DEMUXER $(3)_DECODER $(4)_ENCODER $(5)_MUXER) +PARSERDEMDEC = $(call ALLYES, $(1)_PARSER $(2)_DEMUXER $(3)_DECODER) + include $(SRC_PATH)/tests/fate/acodec.mak include $(SRC_PATH)/tests/fate/vcodec.mak include $(SRC_PATH)/tests/fate/avformat.mak |