Browse Source

configure: support Blackfin CPU names with --cpu

Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 17 years ago
parent
commit
e4ddc8edfa
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      configure

+ 3
- 0
configure View File

@@ -1844,6 +1844,9 @@ if test $cpu != "generic"; then
ev4|ev45|ev5|ev56|pca56|ev6|ev67)
enabled ccc && add_cflags -arch $cpu || add_cflags -mcpu=$cpu
;;
bf*)
add_cflags -mcpu=$cpu
;;
*)
echo "WARNING: Unknown CPU \"$cpu\", ignored."
;;


Loading…
Cancel
Save