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.

36 lines
1.3KB

  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, FLV, FLV) += fate-api-band
  7. fate-api-band: $(APITESTSDIR)/api-band-test$(EXESUF)
  8. fate-api-band: CMD = run $(APITESTSDIR)/api-band-test $(TARGET_SAMPLES)/mpeg4/resize_down-up.h263
  9. fate-api-band: CMP = null
  10. fate-api-band: REF = /dev/null
  11. FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, H264, H264) += fate-api-h264
  12. fate-api-h264: $(APITESTSDIR)/api-h264-test$(EXESUF)
  13. fate-api-h264: CMD = run $(APITESTSDIR)/api-h264-test $(TARGET_SAMPLES)/h264-conformance/SVA_NL2_E.264
  14. FATE_API_LIBAVFORMAT-yes += fate-api-seek
  15. fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf
  16. fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720
  17. fate-api-seek: CMP = null
  18. fate-api-seek: REF = /dev/null
  19. FATE_API_SAMPLES-$(CONFIG_AVFORMAT) += $(FATE_API_SAMPLES_LIBAVFORMAT-yes)
  20. ifdef SAMPLES
  21. FATE_API_SAMPLES += $(FATE_API_SAMPLES-yes)
  22. endif
  23. FATE_API-$(CONFIG_AVCODEC) += $(FATE_API_LIBAVCODEC-yes)
  24. FATE_API-$(CONFIG_AVFORMAT) += $(FATE_API_LIBAVFORMAT-yes)
  25. FATE_API = $(FATE_API-yes)
  26. FATE-yes += $(FATE_API) $(FATE_API_SAMPLES)
  27. fate-api: $(FATE_API) $(FATE_API_SAMPLES)