Welcome to mirror list, hosted at ThFree Co, Russian Federation.

als.mak « fate « tests - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 267403428ea54d23ed9b1bff47d41e54e9b3a1c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
ALS_SUITE = 00 01 02 03 04 05

define FATE_ALS_SUITE
FATE_ALS += fate-mpeg4-als-conformance-$(1)
fate-mpeg4-als-conformance-$(1): CMD = crc -i $(SAMPLES)/lossless-audio/als_$(1)_2ch48k16b.mp4
endef

$(foreach N,$(ALS_SUITE),$(eval $(call FATE_ALS_SUITE,$(N))))

FATE_TESTS += $(FATE_ALS)
fate-als: $(FATE_ALS)