projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compiling using nonstd include/library locations / add LDFLAGS to a few places patch...
[ffmpeg.git]
/
configure
diff --git
a/configure
b/configure
index
ae2aef4
..
cf77f23
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1020,7
+1020,7
@@
int main( void ) { return (int) imlib_load_font("foo"); }
EOF
imlib2=no
-if $cc -o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1 ; then
+if $cc
$CFLAGS $LDFLAGS
-o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1 ; then
imlib2=yes
fi