From 135448fa1ac2622250b595c5135ddc573fcbd7b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 1 Jul 2010 23:21:36 +0000 Subject: [PATCH] PPC: fix dcbzl detection on OSX Originally committed as revision 23955 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8377d07eea5..a90ce142886 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)' -- 2.39.5