You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
310B

  1. ALS_SUITE = 00 01 02 03 04 05
  2. define FATE_ALS_SUITE
  3. FATE_ALS += fate-mpeg4-als-conformance-$(1)
  4. fate-mpeg4-als-conformance-$(1): CMD = crc -i $(SAMPLES)/lossless-audio/als_$(1)_2ch48k16b.mp4
  5. endef
  6. $(foreach N,$(ALS_SUITE),$(eval $(call FATE_ALS_SUITE,$(N))))
  7. FATE_TESTS += $(FATE_ALS)
  8. fate-als: $(FATE_ALS)