mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-18 03:19:31 +02:00
df53a4a7c1
Nellymoser is float, so use oneoff comparison instead of md5.
11 lines
367 B
Makefile
11 lines
367 B
Makefile
FATE_ASYNCTS += fate-filter-asyncts
|
|
fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv
|
|
fate-filter-asyncts: CMD = pcm -i $(SRC) -af asyncts
|
|
fate-filter-asyncts: CMP = oneoff
|
|
fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont.pcm
|
|
|
|
FATE_FILTER += $(FATE_ASYNCTS)
|
|
FATE_SAMPLES_AVCONV += $(FATE_ASYNCTS)
|
|
|
|
fate-filter: $(FATE_FILTER)
|