summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhairball <xhairball@gmail.com>2014-02-08 03:29:10 +0000
committerTim Angus <tim@ngus.net>2014-06-17 17:43:39 +0100
commit24ce5bccc992284e1a171e023b4026d6d9bb92f3 (patch)
treee793ad63808371f2dac79dd4e0c903a2718f3a1f /Makefile
parent35064811c0ac104acddd7777e00bfd9e054c2db6 (diff)
Upgrade opusfile 0.2 to 0.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 453b621f..a73e72ce 100644
--- a/Makefile
+++ b/Makefile
@@ -229,8 +229,8 @@ UIDIR=$(MOUNT_DIR)/ui
JPDIR=$(MOUNT_DIR)/jpeg-8c
SPEEXDIR=$(MOUNT_DIR)/libspeex
OGGDIR=$(MOUNT_DIR)/libogg-1.3.0
-OPUSDIR=$(MOUNT_DIR)/opus-1.1
-OPUSFILEDIR=$(MOUNT_DIR)/opusfile-0.2
+OPUSDIR=$(MOUNT_DIR)/opus-1.0.2
+OPUSFILEDIR=$(MOUNT_DIR)/opusfile-0.5
ZDIR=$(MOUNT_DIR)/zlib
Q3ASMDIR=$(MOUNT_DIR)/tools/asm
LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
@@ -1857,7 +1857,8 @@ Q3OBJ += \
$(B)/client/info.o \
$(B)/client/internal.o \
$(B)/client/opusfile.o \
- $(B)/client/stream.o
+ $(B)/client/stream.o \
+ $(B)/client/wincerts.o
endif
endif