[FFmpeg-cvslog] tests/checkasm/Makefile: Fix checkasm with SDL

Michael Niedermayer git at videolan.org
Tue Jul 21 16:17:52 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Jul 21 15:55:05 2015 +0200| [593731efa8eebf2dac3d1e751ccce90173b3097f] | committer: Michael Niedermayer

tests/checkasm/Makefile: Fix checkasm with SDL

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 tests/checkasm/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile
index 483ad13..4c0ffab 100644
--- a/tests/checkasm/Makefile
+++ b/tests/checkasm/Makefile
@@ -18,7 +18,7 @@ $(CHECKASMOBJS): | $(CHECKASMDIRS)
 OBJDIRS += $(CHECKASMDIRS)
 
 # We rely on function pointers intentionally declared without specified argument types.
-tests/checkasm/%.o: CFLAGS := $(CFLAGS:-Wstrict-prototypes=-Wno-strict-prototypes)
+tests/checkasm/%.o: CFLAGS := $(CFLAGS:-Wstrict-prototypes=-Wno-strict-prototypes) -Umain
 
 CHECKASM := tests/checkasm/checkasm$(EXESUF)
 



More information about the ffmpeg-cvslog mailing list