mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 12:22:09 +00:00
fate/api-{jpeg,png}-codec-param: add missing codec dependencies
This commit is contained in:
parent
bd0a9f603d
commit
102842d5fb
@ -20,11 +20,11 @@ fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/
|
||||
fate-api-seek: CMP = null
|
||||
fate-api-seek: REF = /dev/null
|
||||
|
||||
FATE_API_SAMPLES_LIBAVFORMAT-yes += fate-api-png-codec-param
|
||||
FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2, PNG) += fate-api-png-codec-param
|
||||
fate-api-png-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF)
|
||||
fate-api-png-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/png1/lena-rgba.png
|
||||
|
||||
FATE_API_SAMPLES_LIBAVFORMAT-yes += fate-api-jpeg-codec-param
|
||||
FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, IMAGE2, MJPEG) += fate-api-jpeg-codec-param
|
||||
fate-api-jpeg-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF)
|
||||
fate-api-jpeg-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/exif/image_small.jpg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user