projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d90cbe5
)
NetBSD build fix: A forgotten $extraflags caused -lm to fall off.
author
Jan Knutar
<jknutar@nic.fi>
Tue, 27 Sep 2005 08:35:12 +0000
(08:35 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 27 Sep 2005 08:35:12 +0000
(08:35 +0000)
patch by Jan Knutar <jknutar -- at -- nic -- dot -- fi>
Originally committed as revision 4619 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index a31fdc54f3dbcbf1b2e6956ad4420a01ed66d0a2..86d5739fb3201e38487ba9f0375d7f1ac5ec3dcc 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-291,7
+291,7
@@
dv1394="no"
make="gmake"
LDFLAGS="$LDFLAGS -export-dynamic"
case `uname -r` in
-2.*) extralibs="-lossaudio"
+2.*) extralibs="
$extralibs
-lossaudio"
;;
esac
;;