This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: add some MIPS CPUs
Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
16 years ago
parent
6c6dac1dc1
commit
5b34250da0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
configure
+ 3
- 0
configure
View File
@@ -1847,6 +1847,9 @@ if test $cpu != "generic"; then
bf*)
add_cflags -mcpu=$cpu
;;
mips*|[45]k*|[237]4k*|m4k|r*000|loongson2[ef])
add_cflags -march=$cpu
;;
*)
echo "WARNING: Unknown CPU \"$cpu\", ignored."
;;
Write
Preview
Loading…
Cancel
Save