Commit e4ddc8ed authored by Måns Rullgård's avatar Måns Rullgård

configure: support Blackfin CPU names with --cpu

Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0e1ccdeb
...@@ -1844,6 +1844,9 @@ if test $cpu != "generic"; then ...@@ -1844,6 +1844,9 @@ if test $cpu != "generic"; then
ev4|ev45|ev5|ev56|pca56|ev6|ev67) ev4|ev45|ev5|ev56|pca56|ev6|ev67)
enabled ccc && add_cflags -arch $cpu || add_cflags -mcpu=$cpu enabled ccc && add_cflags -arch $cpu || add_cflags -mcpu=$cpu
;; ;;
bf*)
add_cflags -mcpu=$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