summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-04-18 13:57:30 +0000
committerMåns Rullgård <mans@mansr.com>2009-04-18 13:57:30 +0000
commitcc078b5d8f79a05f9475290323e0ea63ba7563d6 (patch)
tree46c50587e17ae636dcc4ac2c9fbb6ed834fb820e /configure
parenta208350c3c11dc71cfd1abb6d430eb705bf25303 (diff)
PPC: check for x-form asm constraint support
Originally committed as revision 18606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 1480515a1b..876a19bb0f 100755
--- a/configure
+++ b/configure
@@ -924,6 +924,7 @@ HAVE_LIST="
truncf
VirtualAlloc
winsock2_h
+ xform_asm
yasm
"
@@ -1908,6 +1909,7 @@ fi
enabled ppc && check_asm dcbzl '"dcbzl 0, 1"'
enabled ppc && check_asm ppc4xx '"maclhw r10, r11, r12"'
+enabled ppc && check_asm xform_asm '"lwzx 0, %y0" :: "Z"(*(int*)0)'
# check for SIMD availability