swscale/Makefile: Mark sws_ops* test tools as requiring CONFIG_UNSTABLE

Fixes "make testprogs" with --disable-unstable

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2026-06-30 22:25:10 +02:00
parent fad1db043d
commit 0002cf3ba1
+3 -2
View File
@@ -52,5 +52,6 @@ TESTPROGS = colorspace \
floatimg_cmp \
pixdesc_query \
swscale \
sws_ops \
sws_ops_aarch64 \
TESTPROGS-$(CONFIG_UNSTABLE) = sws_ops \
sws_ops_aarch64 \