Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
135448fa
Commit
135448fa
authored
Jul 01, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC: fix dcbzl detection on OSX
Originally committed as revision 23955 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e08b8239
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure
configure
+1
-1
No files found.
configure
View file @
135448fa
...
...
@@ -2346,7 +2346,7 @@ elif enabled ppc; then
enable
local_aligned_8 local_aligned_16
check_asm dcbzl
'"dcbzl 0,
1"
'
check_asm dcbzl
'"dcbzl 0,
%0" :: "r"(0)
'
check_asm ibm_asm
'"add 0, 0, 0"'
check_asm ppc4xx
'"maclhw r10, r11, r12"'
check_asm xform_asm
'"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
...
...
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