diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 15:22:55 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 21:38:28 +0100 |
commit | 0b1c868508ba092c63bfe429fe57ec1379afa502 (patch) | |
tree | 47f92e2560848c5a4a363b28a181e14c61dc7ee4 /tests/fate/audio.mak | |
parent | e6694659fc8d0967f8b560afc94cd3cadab4dd49 (diff) | |
download | ffmpeg-0b1c868508ba092c63bfe429fe57ec1379afa502.tar.gz |
fate: separate smacker audio and video tests
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/audio.mak')
-rw-r--r-- | tests/fate/audio.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak index 7533f20058..83449c0b12 100644 --- a/tests/fate/audio.mak +++ b/tests/fate/audio.mak @@ -34,5 +34,8 @@ fate-nellymoser: CMD = pcm -i $(SAMPLES)/nellymoser/nellymoser.flv fate-nellymoser: CMP = oneoff fate-nellymoser: REF = $(SAMPLES)/nellymoser/nellymoser.pcm +FATE_AVCONV += fate-smacker-audio +fate-smacker-audio: CMD = framecrc -i $(SAMPLES)/smacker/wetlogo.smk -vn + FATE_AVCONV += fate-ws_snd fate-ws_snd: CMD = md5 -i $(SAMPLES)/vqa/ws_snd.vqa -f s16le |