Skip to content
Snippets Groups Projects
Commit 6b19786b authored by Måns Rullgård's avatar Måns Rullgård
Browse files

set -mcpu for ARM

Originally committed as revision 10595 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 53b73365
No related branches found
No related tags found
No related merge requests found
......@@ -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."
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment