configure: add Alpha CPU types

Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-01-13 02:02:50 +00:00
parent 8eec0fb674
commit 1cd11856b0
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

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