From efd1b888101a4ba1e33e1ade69ca891019276468 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 12 Mar 2013 21:50:38 +0000 Subject: Fix some clang warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63e618e0..2d8f2b49 100644 --- a/Makefile +++ b/Makefile @@ -876,7 +876,7 @@ endif ifeq ($(USE_CODEC_OPUS),1) CLIENT_CFLAGS += -DUSE_CODEC_OPUS ifeq ($(USE_INTERNAL_OPUS),1) - CLIENT_CFLAGS += -DOPUS_BUILD -DFLOATING_POINT -DUSE_ALLOCA \ + CLIENT_CFLAGS += -DOPUS_BUILD -DHAVE_LRINTF -DFLOATING_POINT -DUSE_ALLOCA \ -I$(OPUSDIR)/include -I$(OPUSDIR)/celt -I$(OPUSDIR)/silk \ -I$(OPUSDIR)/silk/float -- cgit