Changeset 15
- Timestamp:
- 07/06/06 22:13:33 (3 years ago)
- Files:
-
- trunk/ffmpeg-configure-crosscomp.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ffmpeg-configure-crosscomp.patch
r11 r15 1 1 Index: configure 2 2 =================================================================== 3 --- configure (revision 5634)4 +++ configure (working copy)3 --- configure (revision 5649) 4 +++ configure (working copy) 5 5 @@ -226,8 +226,10 @@ 6 6 log check_ld "$@" … … 10 10 - $cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >>$logfile 2>&1 11 11 + log $cc $CFLAGS "$@" -c -o $TMPO $TMPC >>$logfile 2>&1 12 + $cc $CFLAGS "$@" -c -o $TMPO $TMPC >>$logfile 2>&1 12 13 + log $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs >>$logfile 2>&1 13 + $cc $CFLAGS "$@" -c -o $TMPO $TMPC >>$logfile 2>&114 14 + $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs >>$logfile 2>&1 15 15 } 16 17 check_cflags(){
