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

Makefile « arm « libavutil - github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac7eca6751ea3fdfbb3b15eaea51af22a1ca7137 (plain)
1
2
3
4
5
6
7
8
OBJS += arm/cpu.o                                                       \
        arm/float_dsp_init_arm.o                                        \

ARMVFP-OBJS += arm/float_dsp_init_vfp.o                                 \
               arm/float_dsp_vfp.o                                      \

NEON-OBJS += arm/float_dsp_init_neon.o                                  \
             arm/float_dsp_neon.o                                       \