diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-18 02:25:58 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-18 13:12:28 +0100 |
commit | eccd0671cc8981b64cc6cf3188b637258d27da3d (patch) | |
tree | 1b833925ad0b9181e5f2a444571225d7c1a72abb /tests/Makefile | |
parent | c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72 (diff) | |
download | ffmpeg-eccd0671cc8981b64cc6cf3188b637258d27da3d.tar.gz |
fate: dependencies for demux tests
Signed-off-by: Mans Rullgard <mans@mansr.com>
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 8fa8a027ab..be97d0cac3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -94,6 +94,7 @@ FATE-$(CONFIG_AVCONV) += $(FATE_AVCONV) FATE-$(CONFIG_AVCODEC) += $(FATE_LIBAVCODEC) FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT) +FATE_SAMPLES_AVCONV += $(FATE_SAMPLES_AVCONV-yes) FATE_SAMPLES-$(CONFIG_AVCONV) += $(FATE_SAMPLES_AVCONV) FATE_SAMPLES += $(FATE_SAMPLES-yes) |