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

Git pushed a commit to branch master
in repository ffmpeg.

commit dea13cca4f6ff3c281ba848be5ce0e288245394a
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Mon Aug 17 14:20:16 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun Aug 23 13:46:55 2026 +0200

    tests/api/Makefile: Don't undef main
    
    Should be unnecessary since fde3bb16f90ac456709c7305b9e230e8327d8625.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 tests/api/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/api/Makefile b/tests/api/Makefile
index 07a3a139c6..a590fe49fe 100644
--- a/tests/api/Makefile
+++ b/tests/api/Makefile
@@ -15,7 +15,6 @@ APITESTPROGS := 
$(APITESTPROGS:%=$(APITESTSDIR)/%-test$(EXESUF))
 
 $(APITESTOBJS): | $(sort $(dir $(APITESTOBJS)))
 $(APITESTOBJS) $(APITESTOBJS:.o=.i): CPPFLAGS += -DTEST
-$(APITESTOBJS) $(APITESTOBJS:.o=.i): CFLAGS += -Umain
 
 $(APITESTPROGS): %$(EXESUF): %.o $(FF_DEP_LIBS)
        $(call LINK,$(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $(filter %.o,$^) 
$(FF_EXTRALIBS) $(ELIBS))

-- 
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to