mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
More buildfixes
This commit is contained in:
parent
a8d3f30c12
commit
1405e28166
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
|
|
@ -569,7 +569,7 @@ ifeq ($(WITH_DYNAREC),1)
|
|||
|
||||
SOURCES_C += $(EXTDIR)/libpng17/arm/arm_init.c \
|
||||
$(EXTDIR)/libpng17/arm/filter_neon_intrinsics.c
|
||||
ASMFILES += $(NATIVEDIR)/math/fast/fast_matrix_neon.S \
|
||||
ASMFILES += $(COMMONDIR)/math/fast/fast_matrix_neon.S \
|
||||
$(EXTDIR)/libpng17/arm/filter_neon.S
|
||||
endif
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue