Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « aarch64 « libavresample - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d9e5f8ca00ddc97ea4aa5cba388abec973995ac (plain)
1
2
3
4
5
6
7
OBJS                             += aarch64/audio_convert_init.o    \
                                    aarch64/resample_init.o         \

OBJS-$(CONFIG_NEON_CLOBBER_TEST) += aarch64/neontest.o

NEON-OBJS                        += aarch64/audio_convert_neon.o    \
                                    aarch64/resample_neon.o         \