mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
configure: support Blackfin CPU names with --cpu
Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0e1ccdeb11
commit
e4ddc8edfa
3
configure
vendored
3
configure
vendored
@ -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…
x
Reference in New Issue
Block a user