mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
set -mcpu for ARM
Originally committed as revision 10595 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
53b7336500
commit
6b19786b11
3
configure
vendored
3
configure
vendored
@ -1369,6 +1369,9 @@ if test $cpu != "generic"; then
|
||||
add_cflags "-mfdpic"
|
||||
add_ldflags "-mfdpic"
|
||||
;;
|
||||
arm*)
|
||||
add_cflags "-mcpu=$cpu"
|
||||
;;
|
||||
*)
|
||||
echo "WARNING: Unknown CPU \"$cpu\", ignored."
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user