Changeset 15

Show
Ignore:
Timestamp:
07/06/06 22:13:33 (3 years ago)
Author:
gbooker
Message:

Updated the patch a bit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ffmpeg-configure-crosscomp.patch

    r11 r15  
    11Index: configure 
    22=================================================================== 
    3 --- configure   (revision 5634
    4 +++ configure   (working copy) 
     3--- configure  (revision 5649
     4+++ configure  (working copy) 
    55@@ -226,8 +226,10 @@ 
    66     log check_ld "$@" 
     
    1010-    $cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >>$logfile 2>&1 
    1111+    log $cc $CFLAGS "$@" -c -o $TMPO $TMPC >>$logfile 2>&1 
     12+    $cc $CFLAGS "$@" -c -o $TMPO $TMPC >>$logfile 2>&1 
    1213+    log $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs >>$logfile 2>&1 
    13 +    $cc $CFLAGS "$@" -c -o $TMPO $TMPC >>$logfile 2>&1 
    1414+    $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs >>$logfile 2>&1 
    1515 } 
     16  
     17 check_cflags(){