]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg-link.patch
- updated
[packages/ffmpeg.git] / ffmpeg-link.patch
CommitLineData
bcb85fa5
JB
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.039397 seconds and 4 git commands to generate.