diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-21 15:55:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-21 15:55:05 +0200 |
commit | 593731efa8eebf2dac3d1e751ccce90173b3097f (patch) | |
tree | b204ff63990bc77afd8aa0bb22cc97801ec7925f | |
parent | aee909acfb34bf8c03e3c4a93430df95ba8fae08 (diff) | |
download | ffmpeg-593731efa8eebf2dac3d1e751ccce90173b3097f.tar.gz |
tests/checkasm/Makefile: Fix checkasm with SDL
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | tests/checkasm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile index 483ad136f0..4c0ffab884 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) |