Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
ef7cb128
Unverified
Commit
ef7cb128
authored
Oct 05, 2018
by
RobLoach
Committed by
GitHub
Oct 05, 2018
Browse files
makefile: Add the sinc_resampler_neon object
parent
6ac3eaa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
ef7cb128
...
...
@@ -46,13 +46,8 @@ ifneq ($(STATIC_LINKING), 1)
$(CORE_DIR)
/vendor/libretro-common/streams/file_stream.c
\
$(CORE_DIR)
/vendor/libretro-common/vfs/
*
.c
\
)
endif
ifeq
($(__ARM_NEON__),1)
OBJ
+=
\
$(CORE_DIR)
/vendor/libretro-common/audio/resampler/drivers/sinc_resampler_neon.o
\
audio/drivers_resampler/cc_resampler_neon.o
\
memory/neon/memcpy-neon.o
FLAGS
+=
-DHAVE_NEON
# Ensure the sinc_resampler_neon is available for ARM NEON devices.
OBJECTS
+=
$(CORE_DIR)
/vendor/libretro-common/audio/resampler/drivers/sinc_resampler_neon.o
endif
# stb_vorbis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment