This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ARM: allow --cpu=armvN in configure
Originally committed as revision 15659 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
17 years ago
parent
ec0bd3b93a
commit
0223bd6f52
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
configure
+ 3
- 0
configure
View File
@@ -1516,6 +1516,9 @@ if test $cpu != "generic"; then
add_cflags "-mcpu=$cpu"
enable fast_unaligned
;;
armv*)
add_cflags "-march=$cpu"
;;
arm*)
add_cflags "-mcpu=$cpu"
;;
Write
Preview
Loading…
Cancel
Save