diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 16:48:17 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 13:02:02 +0100 |
commit | cd7b82c5d1f9d2205c107d32bb3ff13d327adb5c (patch) | |
tree | d9f64913aa53e548476a0ca03667a6d2c19ea2d4 /tests/fate/dpcm.mak | |
parent | 838521e1104ccb7d09c949f9be1f85c8a7195c42 (diff) | |
download | ffmpeg-cd7b82c5d1f9d2205c107d32bb3ff13d327adb5c.tar.gz |
fate: split off dpcm-interplay from interplay-mve tests
These two files use the same audio codec so only one test for
this is needed.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/dpcm.mak')
-rw-r--r-- | tests/fate/dpcm.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/dpcm.mak b/tests/fate/dpcm.mak index 36a33db220..c4dd9d52ec 100644 --- a/tests/fate/dpcm.mak +++ b/tests/fate/dpcm.mak @@ -1,6 +1,9 @@ FATE_DPCM += fate-dpcm-idroq fate-dpcm-idroq: CMD = framecrc -i $(SAMPLES)/idroq/idlogo.roq -vn +FATE_DPCM += fate-dpcm-interplay +fate-dpcm-interplay: CMD = framecrc -i $(SAMPLES)/interplay-mve/interplay-logo-2MB.mve -vn + FATE_DPCM += fate-dpcm-sierra fate-dpcm-sierra: CMD = md5 -i $(SAMPLES)/sol/lsl7sample.sol -f s16le |