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)
|