Upgrade opusfile 0.2 to 0.5
This commit is contained in:
parent
d8e42cf02f
commit
b0aed02823
12 changed files with 2841 additions and 1013 deletions
5
Makefile
5
Makefile
|
@ -242,7 +242,7 @@ JPDIR=$(MOUNT_DIR)/jpeg-8c
|
|||
SPEEXDIR=$(MOUNT_DIR)/libspeex
|
||||
OGGDIR=$(MOUNT_DIR)/libogg-1.3.0
|
||||
OPUSDIR=$(MOUNT_DIR)/opus-1.0.2
|
||||
OPUSFILEDIR=$(MOUNT_DIR)/opusfile-0.2
|
||||
OPUSFILEDIR=$(MOUNT_DIR)/opusfile-0.5
|
||||
ZDIR=$(MOUNT_DIR)/zlib
|
||||
Q3ASMDIR=$(MOUNT_DIR)/tools/asm
|
||||
LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
|
||||
|
@ -1955,7 +1955,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue