[FFmpeg-cvslog] library.mak: Workaround SDL redefining main and breaking fate tests on mingw

James Almer git at videolan.org
Fri Jun 19 13:17:47 CEST 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jun 19 12:11:16 2015 +0200| [a9af9da6311b4ba50abe55d14d42a4d4818e83d8] | committer: Michael Niedermayer

library.mak: Workaround SDL redefining main and breaking fate tests on mingw

Fixes Ticket3368

Commit message by commiter
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9af9da6311b4ba50abe55d14d42a4d4818e83d8
---

 library.mak |    1 +
 1 file changed, 1 insertion(+)

diff --git a/library.mak b/library.mak
index 7c26024..29460b8 100644
--- a/library.mak
+++ b/library.mak
@@ -34,6 +34,7 @@ $(SUBDIR)x86/%.o: $(SUBDIR)x86/%$(YASMD).asm
 LIBOBJS := $(OBJS) $(SUBDIR)%.h.o $(TESTOBJS)
 $(LIBOBJS) $(LIBOBJS:.o=.s) $(LIBOBJS:.o=.i):   CPPFLAGS += -DHAVE_AV_CONFIG_H
 $(TESTOBJS) $(TESTOBJS:.o=.i): CPPFLAGS += -DTEST
+$(TESTOBJS) $(TESTOBJS:.o=.i): CFLAGS += -Umain
 
 $(SUBDIR)$(LIBNAME): $(OBJS)
 	$(RM) $@



More information about the ffmpeg-cvslog mailing list