[FFmpeg-cvslog] fate/pixlet: Fix test requirements

Andreas Rheinhardt git at videolan.org
Tue May 3 05:54:04 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Apr 29 22:14:01 2022 +0200| [64d7400b43e62a745ae2bcd9e37ef61eb4d46bcb] | committer: Andreas Rheinhardt

fate/pixlet: Fix test requirements

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> 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)



More information about the ffmpeg-cvslog mailing list