This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
ffmpeg
Watch
1
Star
0
Fork
0
You've already forked ffmpeg
Code
Issues
Pull Requests
Releases
Wiki
Activity
3942294fd5
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 19:16:44 +01:00
OBJS
+=
x86/cpu.o
\
Add a float DSP framework to libavutil Move vector_fmul() from DSPContext to AVFloatDSPContext.
2012-05-21 18:58:41 +02: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 16:46:17 +02:00
YASM-OBJS
+=
x86/cpuid.o
\
x86/float_dsp.o
\
Reference in New Issue
Copy Permalink