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: ae07470b176677fd9cb4310f127a4b3ebd1f52a4 (plain)
1
2
3
4
5
6
OBJS += x86/cpu.o                                                       \
        x86/float_dsp_init.o                                            \

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