summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-03-12 21:50:38 +0000
committerTim Angus <tim@ngus.net>2013-03-19 16:41:19 +0000
commitefd1b888101a4ba1e33e1ade69ca891019276468 (patch)
treeb0f39b271596a5241fd22ab001f83e0a0b5bba98 /Makefile
parent9ffe36a193581b5bd037cbe829e640cf79be6f9c (diff)
Fix some clang warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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