mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Update
This commit is contained in:
parent
1b94fd2fce
commit
8b1ee6a2b1
2 changed files with 6 additions and 6 deletions
|
@ -187,12 +187,6 @@ else
|
|||
CFLAGS += -O3
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_NEON),1)
|
||||
CFLAGS += -DHAVE_INTRINSICS_NEON=1
|
||||
else
|
||||
CFLAGS += -DHAVE_INTRINSICS_NEON=0
|
||||
endif
|
||||
|
||||
OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_CXX:.cpp=.o)
|
||||
|
||||
all: $(TARGET)
|
||||
|
|
|
@ -72,6 +72,12 @@ else
|
|||
DEPS_SOURCE += $(wildcard $(DEPS_DIR)/libmp3lame/*.c)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_NEON),1)
|
||||
DEFINES += -DHAVE_INTRINSICS_NEON=1
|
||||
else
|
||||
DEFINES += -DHAVE_INTRINSICS_NEON=0
|
||||
endif
|
||||
|
||||
ifeq ($(INTERNAL_LIBSPEEX),0)
|
||||
#LIBS += -lspeex
|
||||
#HAVE_LIBSPEEX = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue