Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
6b19786b
Commit
6b19786b
authored
Sep 26, 2007
by
Måns Rullgård
Browse files
set -mcpu for ARM
Originally committed as revision 10595 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
53b73365
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
configure
configure
+3
-0
No files found.
configure
View file @
6b19786b
...
...
@@ -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."
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment