mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 05:40:56 +00:00
configure: add some MIPS CPUs
Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6c6dac1dc1
commit
5b34250da0
3
configure
vendored
3
configure
vendored
@ -1847,6 +1847,9 @@ if test $cpu != "generic"; then
|
|||||||
bf*)
|
bf*)
|
||||||
add_cflags -mcpu=$cpu
|
add_cflags -mcpu=$cpu
|
||||||
;;
|
;;
|
||||||
|
mips*|[45]k*|[237]4k*|m4k|r*000|loongson2[ef])
|
||||||
|
add_cflags -march=$cpu
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "WARNING: Unknown CPU \"$cpu\", ignored."
|
echo "WARNING: Unknown CPU \"$cpu\", ignored."
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user