Merge pull request #1051 from aliaspider/master

fix typo
This commit is contained in:
Twinaphex 2014-09-22 09:59:33 +02:00
commit 39e64e7448

View File

@ -232,7 +232,7 @@ endif
ifeq ($(HAVE_NEON),1)
OBJ += audio/resamplers/sinc_neon.o
OBJ += audio/resamplers/cc_resampler_neon.S
OBJ += audio/resamplers/cc_resampler_neon.o
# When compiled without this, tries to attempt to compile sinc lerp,
# which will error out
#