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

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

YASM-OBJS += x86/cpuid.o                                                \
             x86/emms.o                                                 \
             x86/float_dsp.o                                            \
             x86/lls.o                                                  \