Mercurial > mplayer.hg
changeset 29190:cb11a0c11f5e
typo in XFORM asm check, noticed by Emanuele Giaquinta
author | diego |
---|---|
date | Sat, 25 Apr 2009 16:37:08 +0000 |
parents | a7bb794af98d |
children | c13e6f9c65c2 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Apr 25 12:34:24 2009 +0000 +++ b/configure Sat Apr 25 16:37:08 2009 +0000 @@ -2616,7 +2616,7 @@ xform_asm=no echocheck "XFORM ASM support" cat > $TMPC << EOF -int main(void) { __asm__ volatile ("lwzx 0, %y0" :: "Z"(*(int*)0)"); return 0; } +int main(void) { __asm__ volatile ("lwzx 0, %y0" :: "Z"(*(int*)0)); return 0; } EOF cc_check && xform_asm=yes && def_xform_asm='#define HAVE_XFORM_ASM 1' echores "$xform_asm"