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.

11 lines
325B

  1. FATE_APNG += fate-apng-clock
  2. fate-apng-clock: CMD = framecrc -i $(TARGET_SAMPLES)/apng/clock.png
  3. FATE_APNG += fate-apng-osample
  4. fate-apng-osample: CMD = framecrc -i $(TARGET_SAMPLES)/apng/o_sample.png
  5. FATE_APNG-$(call DEMDEC, APNG, APNG) += $(FATE_APNG)
  6. FATE_SAMPLES_FFMPEG += $(FATE_APNG-yes)
  7. fate-apng: $(FATE_APNG-yes)