mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
64d7400b43
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
6 lines
260 B
Makefile
6 lines
260 B
Makefile
FATE_PIXLET-$(call FRAMECRC, MOV, PIXLET, SCALE_FILTER) += fate-pixlet-rgb
|
|
fate-pixlet-rgb: CMD = framecrc -i $(TARGET_SAMPLES)/pixlet/pixlet_rgb.mov -an -pix_fmt yuv420p16le -vf scale
|
|
|
|
FATE_SAMPLES_FFMPEG += $(FATE_PIXLET-yes)
|
|
fate-pixlet: $(FATE_PIXLET-yes)
|