mirror of https://github.com/FFmpeg/FFmpeg.git
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.
23 lines
835 B
23 lines
835 B
FATE_API_LIBAVCODEC-$(call ENCDEC, FLAC, FLAC) += fate-api-flac |
|
fate-api-flac: $(APITESTSDIR)/api-flac-test$(EXESUF) |
|
fate-api-flac: CMD = run $(APITESTSDIR)/api-flac-test |
|
fate-api-flac: CMP = null |
|
fate-api-flac: REF = /dev/null |
|
|
|
FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, H264, H264) += fate-api-h264 |
|
fate-api-h264: $(APITESTSDIR)/api-h264-test$(EXESUF) |
|
fate-api-h264: CMD = run $(APITESTSDIR)/api-h264-test $(TARGET_SAMPLES)/h264-conformance/SVA_NL2_E.264 |
|
|
|
FATE_API_SAMPLES-$(CONFIG_AVFORMAT) += $(FATE_API_SAMPLES_LIBAVFORMAT-yes) |
|
|
|
ifdef SAMPLES |
|
FATE_API_SAMPLES += $(FATE_API_SAMPLES-yes) |
|
endif |
|
|
|
FATE_API-$(CONFIG_AVCODEC) += $(FATE_API_LIBAVCODEC-yes) |
|
FATE_API-$(CONFIG_AVFORMAT) += $(FATE_API_LIBAVFORMAT-yes) |
|
FATE_API = $(FATE_API-yes) |
|
|
|
FATE-yes += $(FATE_API) $(FATE_API_SAMPLES) |
|
|
|
fate-api: $(FATE_API) $(FATE_API_SAMPLES)
|
|
|