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.

30 lines
1.1KB

  1. FATE_API_LIBAVCODEC-$(call ENCDEC, FLAC, FLAC) += fate-api-flac
  2. fate-api-flac: $(APITESTSDIR)/api-flac-test$(EXESUF)
  3. fate-api-flac: CMD = run $(APITESTSDIR)/api-flac-test
  4. fate-api-flac: CMP = null
  5. fate-api-flac: REF = /dev/null
  6. FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, H264, H264) += fate-api-h264
  7. fate-api-h264: $(APITESTSDIR)/api-h264-test$(EXESUF)
  8. fate-api-h264: CMD = run $(APITESTSDIR)/api-h264-test $(TARGET_SAMPLES)/h264-conformance/SVA_NL2_E.264
  9. FATE_API_LIBAVFORMAT-yes += fate-api-seek
  10. fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf
  11. fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720
  12. fate-api-seek: CMP = null
  13. fate-api-seek: REF = /dev/null
  14. FATE_API_SAMPLES-$(CONFIG_AVFORMAT) += $(FATE_API_SAMPLES_LIBAVFORMAT-yes)
  15. ifdef SAMPLES
  16. FATE_API_SAMPLES += $(FATE_API_SAMPLES-yes)
  17. endif
  18. FATE_API-$(CONFIG_AVCODEC) += $(FATE_API_LIBAVCODEC-yes)
  19. FATE_API-$(CONFIG_AVFORMAT) += $(FATE_API_LIBAVFORMAT-yes)
  20. FATE_API = $(FATE_API-yes)
  21. FATE-yes += $(FATE_API) $(FATE_API_SAMPLES)
  22. fate-api: $(FATE_API) $(FATE_API_SAMPLES)