mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
11 lines
363 B
Makefile
11 lines
363 B
Makefile
FATE_ASYNCTS += fate-filter-asyncts
|
|
fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv
|
|
fate-filter-asyncts: CMD = md5 -i $(SRC) -af asyncts -f wav
|
|
fate-filter-asyncts: CMP = oneline
|
|
fate-filter-asyncts: REF = 5faa5d6ecec8d0c982e80a090d114576
|
|
|
|
FATE_FILTER += $(FATE_ASYNCTS)
|
|
FATE_SAMPLES_AVCONV += $(FATE_ASYNCTS)
|
|
|
|
fate-filter: $(FATE_FILTER)
|