diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-06 17:39:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-06 18:03:31 +0200 |
commit | 1aa60980d20bcacb94d475f40bdca3f404b2c542 (patch) | |
tree | 4524562c5987f05775b359ce3119ae30d898c3ab /tests/fate | |
parent | 867c02acd24126797753458a552336dc8f5a9088 (diff) | |
download | ffmpeg-1aa60980d20bcacb94d475f40bdca3f404b2c542.tar.gz |
fate: enable fate-seek-acodec-adpcm-ima_qt-trellis
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/seek.mak | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/fate/seek.mak b/tests/fate/seek.mak index 215d263ff9..0dca1fa778 100644 --- a/tests/fate/seek.mak +++ b/tests/fate/seek.mak @@ -1,6 +1,7 @@ # files from fate-acodec -FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_IMA_QT, AIFF) += adpcm-ima_qt +FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_IMA_QT, AIFF) += adpcm-ima_qt \ + adpcm-ima_qt-trellis FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_IMA_WAV, WAV) += adpcm-ima_wav \ adpcm-ima_wav-trellis FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_MS, WAV) += adpcm-ms \ @@ -32,7 +33,7 @@ fate-seek-acodec-adpcm-ima_wav: SRC = fate/acodec-adpcm-ima_wav.wav fate-seek-acodec-adpcm-ms: SRC = fate/acodec-adpcm-ms.wav fate-seek-acodec-adpcm-swf: SRC = fate/acodec-adpcm-swf.flv fate-seek-acodec-adpcm-yamaha: SRC = fate/acodec-adpcm-yamaha.wav -#fate-seek-acodec-adpcm-ima_qt-trellis: SRC = fate/acodec-adpcm-ima_qt-trellis.aiff +fate-seek-acodec-adpcm-ima_qt-trellis: SRC = fate/acodec-adpcm-ima_qt-trellis.aiff fate-seek-acodec-adpcm-ima_wav-trellis: SRC = fate/acodec-adpcm-ima_wav-trellis.wav fate-seek-acodec-adpcm-ms-trellis: SRC = fate/acodec-adpcm-ms-trellis.wav fate-seek-acodec-adpcm-swf-trellis: SRC = fate/acodec-adpcm-swf-trellis.flv |