This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2024-12-23 12:43:46 +02:00
Code
Issues
Releases
Activity
d633d12b2c
FFmpeg
/
libavutil
/
x86
/
Makefile
6 lines
297 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
2012-02-06 21:16:44 +03:00
OBJS
+=
x86/cpu.o
\
Add a float DSP framework to libavutil Move vector_fmul() from DSPContext to AVFloatDSPContext.
2012-05-21 19:58:41 +03:00
x86/float_dsp_init.o
\
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-03 17:46:17 +03:00
YASM-OBJS
+=
x86/cpuid.o
\
x86/float_dsp.o
\
Reference in New Issue
Copy Permalink