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

Makefile « aarch64 « libavutil - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eba01513379aaecc1322a16360c5a785820d897c (plain)
1
2
3
4
5
6
OBJS += aarch64/cpu.o                                                 \
        aarch64/float_dsp_init.o                                      \
        aarch64/tx_float_init.o                                       \

NEON-OBJS += aarch64/float_dsp_neon.o                                 \
             aarch64/tx_float_neon.o                                  \