[Ffmpeg-cvslog] r8583 - trunk/configure

mru subversion
Sun Apr 1 13:32:10 CEST 2007


Author: mru
Date: Sun Apr  1 13:32:08 2007
New Revision: 8583

Modified:
   trunk/configure

Log:
run ebp register check in subshell so we can redirect crash message


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Apr  1 13:32:08 2007
@@ -1411,7 +1411,7 @@ EOF
     # As 'i' is stored on the stack, this program will crash
     # if the base pointer is used to access it because the
     # base pointer is cleared in the inline assembly code.
-    check_exec <<EOF && enable ebp_available
+    (check_exec) <<EOF >>$logfile 2>&1 && enable ebp_available
 int main(){
     volatile int i=0;
     asm volatile (




More information about the ffmpeg-cvslog mailing list