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

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 87f17b68a8 swscale/x86: use HOSTCPPFLAGS instead of CPPFLAGS for 
native code
87f17b68a8 is described below

commit 87f17b68a831b3ebe5f10278fc7acd3bebe83ecc
Author:     Steve Lhomme <[email protected]>
AuthorDate: Wed Aug 5 11:45:10 2026 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Wed Aug 5 11:06:22 2026 +0000

    swscale/x86: use HOSTCPPFLAGS instead of CPPFLAGS for native code
    
    Similar to 976e18fdef8bcd0602b6b94bb157a82a3eb9a1a6.
---
 libswscale/x86/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index 0f7a3dbf2d..4467fd877d 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -32,5 +32,5 @@ $(SUBDIR)x86/ops_int.o: $(SUBDIR)x86/uops_macros.gen.asm
 $(SUBDIR)x86/ops_float.o: $(SUBDIR)x86/uops_macros.gen.asm
 $(SUBDIR)x86/uops_macros.gen.asm: $(SRC_PATH)/libswscale/x86/uops_macros.asm.h 
\
                                   $(SRC_PATH)/libswscale/uops_macros.h
-       $(HOSTCC) $(HOSTCC_E) $(CPPFLAGS) $<
+       $(HOSTCC) $(HOSTCC_E) $(HOSTCPPFLAGS) $<
 endif

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

Reply via email to