From 83e2c2a0f7b651998b021d3ba09fbbffd5c18c70 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 1 Aug 2015 19:14:45 +0200 Subject: speex: put back no-strict-prototypes --- modules/speex/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/speex/module.mk b/modules/speex/module.mk index 317f084..81c8b18 100644 --- a/modules/speex/module.mk +++ b/modules/speex/module.mk @@ -7,6 +7,6 @@ MOD := speex $(MOD)_SRCS += speex.c $(MOD)_LFLAGS += -lspeex -#$(MOD)_CFLAGS += -Wno-strict-prototypes +$(MOD)_CFLAGS += -Wno-strict-prototypes include mk/mod.mk -- cgit v1.2.3