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.
17 lines
864 B
17 lines
864 B
1 year ago
|
# These two are animated JXL files
|
||
|
FATE_JPEGXL_ANIM_DEMUX += fate-jxl-anim-demux-newton
|
||
|
fate-jxl-anim-demux-newton: CMD = framecrc -i $(TARGET_SAMPLES)/jxl/newton.jxl -c copy
|
||
|
FATE_JPEGXL_ANIM_DEMUX += fate-jxl-anim-demux-icos4d
|
||
|
fate-jxl-anim-demux-icos4d: CMD = framecrc -i $(TARGET_SAMPLES)/jxl/icos4d.jxl -c copy
|
||
|
|
||
|
# These two are not animated JXL. They are here to check false positives.
|
||
|
FATE_JPEGXL_ANIM_DEMUX += fate-jxl-anim-demux-belgium
|
||
|
fate-jxl-anim-demux-belgium: CMD = framecrc -i $(TARGET_SAMPLES)/jxl/belgium.jxl -c copy
|
||
|
FATE_JPEGXL_ANIM_DEMUX += fate-jxl-anim-demux-lenna256
|
||
|
fate-jxl-anim-demux-lenna256: CMD = framecrc -i $(TARGET_SAMPLES)/jxl/lenna-256.jxl -c copy
|
||
|
|
||
|
FATE_JPEGXL_ANIM_DEMUX += $(FATE_JPEGXL_ANIM_DEMUX-yes)
|
||
|
|
||
|
FATE_SAMPLES_FFMPEG-$(call FRAMECRC, JPEGXL_ANIM) += $(FATE_JPEGXL_ANIM_DEMUX)
|
||
|
fate-jxl-anim-demux: $(FATE_JPEGXL_ANIM_DEMUX)
|