]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-link.patch
- -j1 unneccessary
[packages/ffmpeg.git] / ffmpeg-link.patch
1 --- ffmpeg-export-2006-12-04/configure.orig     2006-12-09 15:54:35.240089000 +0100
2 +++ ffmpeg-export-2006-12-04/configure  2006-12-09 15:59:15.528061817 +0100
3 @@ -311,7 +311,7 @@
4  check_ld(){
5      log check_ld "$@"
6      check_cc || return
7 -    check_cmd $cc $LDFLAGS "$@" -o $TMPE $TMPO $extralibs
8 +    check_cmd $cc $LDFLAGS -o $TMPE $TMPO "$@" $extralibs
9  }
10  
11  check_cflags(){
This page took 0.021524 seconds and 3 git commands to generate.