Skip to content
Snippets Groups Projects
Commit a9af9da6 authored by James Almer's avatar James Almer Committed by Michael Niedermayer
Browse files

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


Fixes Ticket3368

Commit message by commiter
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent bb3703a4
No related branches found
No related tags found
No related merge requests found
......@@ -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) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment