This website requires JavaScript.
Explore
Help
Sign In
root
/
FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
Watch
1
Star
0
Fork
You've already forked FFmpeg
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
n6.1.4
FFmpeg
/
libavutil
/
mips
/
Makefile
2 lines
41 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
libavutil: Detect MMI and MSA flags for MIPS Add MMI & MSA runtime detection for MIPS. Basically there are two code pathes. For systems that natively support CPUCFG instruction or kernel emulated that instruction, we'll sense this feature from HWCAP and report the flags according to values grab from CPUCFG. For systems that have no CPUCFG (or not export it in HWCAP), we'll parse /proc/cpuinfo instead. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Shiyou Yin <yinshiyou-hf@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-18 23:35:39 +08:00
OBJS
+=
mips/float_dsp_mips.o mips/cpu.o