[FFmpeg-cvslog] r15606 - trunk/configure
mru
subversion
Sun Oct 12 23:15:59 CEST 2008
Author: mru
Date: Sun Oct 12 23:15:59 2008
New Revision: 15606
Log:
configure: simplify PPC dcbzl check
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Oct 12 23:15:59 2008
@@ -1598,14 +1598,7 @@ fi
# check for assembler specific support
if test $arch = "powerpc"; then
-check_cc <<EOF && enable dcbzl
-int main(void) {
- register long zero = 0;
- char data[1024];
- asm volatile("dcbzl %0, %1" : : "b" (data), "r" (zero));
-return 0;
-}
-EOF
+ check_asm dcbzl '"dcbzl 0, 1"'
fi
# check for SIMD availability
More information about the ffmpeg-cvslog
mailing list