(PSP/PS3) Resolve namespace conflict with memcpy16 for PS3 -

Fix remaining PSP build problems
This commit is contained in:
twinaphex
2014-03-04 06:13:46 +01:00
parent f18d0e083c
commit bee555aeac
7 changed files with 66 additions and 17 deletions

View File

@@ -152,10 +152,12 @@ else
OBJS += platform/common/mp3_dummy.o
endif
ifneq "$(DONT_COMPILE_IN_ZLIB)" "1"
# zlib
OBJS += zlib/gzio.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o \
zlib/deflate.o zlib/crc32.o zlib/adler32.o zlib/zutil.o zlib/compress.o zlib/uncompr.o
# unzip
endif
OBJS += unzip/unzip.o unzip/unzip_stream.o