This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 0002cf3ba1ee55e70381b9fa0b445c9a356573cc
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Jun 30 22:25:10 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Wed Jul 1 05:03:34 2026 +0200

    swscale/Makefile: Mark sws_ops* test tools as requiring CONFIG_UNSTABLE
    
    Fixes "make testprogs" with --disable-unstable
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libswscale/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libswscale/Makefile b/libswscale/Makefile
index 7ab3f66785..e98780a61f 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -52,5 +52,6 @@ TESTPROGS = colorspace                                        
          \
             floatimg_cmp                                                \
             pixdesc_query                                               \
             swscale                                                     \
-            sws_ops                                                     \
-            sws_ops_aarch64                                             \
+
+TESTPROGS-$(CONFIG_UNSTABLE) = sws_ops                                  \
+                               sws_ops_aarch64                          \

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to