ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Fri Apr 29 22:14:01 2022 +0200| [64d7400b43e62a745ae2bcd9e37ef61eb4d46bcb] | committer: Andreas Rheinhardt
fate/pixlet: Fix test requirements Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64d7400b43e62a745ae2bcd9e37ef61eb4d46bcb --- tests/fate/pixlet.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fate/pixlet.mak b/tests/fate/pixlet.mak index 7c4604cc08..524a8797c0 100644 --- a/tests/fate/pixlet.mak +++ b/tests/fate/pixlet.mak @@ -1,5 +1,5 @@ -FATE_PIXLET += fate-pixlet-rgb +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_AVCONV-$(call DEMDEC, MOV, PIXLET) += $(FATE_PIXLET) -fate-pixlet: $(FATE_PIXLET) +FATE_SAMPLES_FFMPEG += $(FATE_PIXLET-yes) +fate-pixlet: $(FATE_PIXLET-yes) _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
