Commit 5b34250d authored by Måns Rullgård's avatar Måns Rullgård

configure: add some MIPS CPUs

Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6c6dac1d
...@@ -1847,6 +1847,9 @@ if test $cpu != "generic"; then ...@@ -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."
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment