summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-01 23:21:36 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-01 23:21:36 +0000
commit135448fa1ac2622250b595c5135ddc573fcbd7b5 (patch)
tree6d73bcc112d766cee3af3c293e2dc4a9e49bb11f
parente08b8239f6cb1b6724d9c0faa54db8f1362838f5 (diff)
PPC: fix dcbzl detection on OSX
Originally committed as revision 23955 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8377d07eea..a90ce14288 100755
--- a/configure
+++ b/configure
@@ -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)'