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

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


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

NEON-OBJS += arm/audio_convert_neon.o \
             arm/resample.o