diff options
author | Tim Angus <tim@ngus.net> | 2013-03-12 21:50:38 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:19 +0000 |
commit | efd1b888101a4ba1e33e1ade69ca891019276468 (patch) | |
tree | b0f39b271596a5241fd22ab001f83e0a0b5bba98 /Makefile | |
parent | 9ffe36a193581b5bd037cbe829e640cf79be6f9c (diff) |
Fix some clang warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |