1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-29 12:46:13 +02:00
ffmpeg/libavutil/x86/Makefile
Diego Biurrun 1f6d86991f x86: Add YASM implementations of cpuid and xgetbv from x264
This allows detecting CPU features with builds that have neither
gcc inline assembly nor the right compiler intrinsics enabled.
2012-10-04 19:29:14 +02:00

6 lines
297 B
Makefile

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