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: f92699ef1a785da9040c16189066737c938f3070 (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             \