NellyMoser regtest

Originally committed as revision 24195 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2010-07-11 14:13:23 +00:00
parent d4d5b66140
commit e9e40c875e
1 changed files with 5 additions and 0 deletions

View File

@ -92,3 +92,8 @@ FATE2_TESTS += fate-dts
fate-dts: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/dts/dts.ts -f s16le -
fate-dts: CMP = oneoff
fate-dts: REF = $(SAMPLES)/dts/dts.pcm
FATE2_TESTS += fate-nellymoser
fate-nellymoser: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/nellymoser/nellymoser.flv -f s16le -
fate-nellymoser: CMP = oneoff
fate-nellymoser: REF = $(SAMPLES)/nellymoser/nellymoser.pcm