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
aa8bc0f1
Commit
aa8bc0f1
authored
Oct 12, 2008
by
Måns Rullgård
Browse files
Enable FAST_UNALIGNED on PPC
Originally committed as revision 15608 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
53bd9d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
configure
configure
+2
-0
No files found.
configure
View file @
aa8bc0f1
...
@@ -1173,10 +1173,12 @@ EOF
...
@@ -1173,10 +1173,12 @@ EOF
;;
;;
"Power Macintosh"
|
ppc|powerpc
)
"Power Macintosh"
|
ppc|powerpc
)
arch
=
"powerpc"
arch
=
"powerpc"
enable
fast_unaligned
;;
;;
ppc64
)
ppc64
)
arch
=
"powerpc"
arch
=
"powerpc"
enable
fast_64bit
enable
fast_64bit
enable
fast_unaligned
;;
;;
mips|mipsel|IP
*
)
mips|mipsel|IP
*
)
arch
=
"mips"
arch
=
"mips"
...
...
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