forked from FFmpeg/FFmpeg
NetBSD build fix: A forgotten $extraflags caused -lm to fall off.
patch by Jan Knutar <jknutar -- at -- nic -- dot -- fi> Originally committed as revision 4619 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d90cbe5fe8
commit
515875484b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -291,7 +291,7 @@ dv1394="no"
|
|||
make="gmake"
|
||||
LDFLAGS="$LDFLAGS -export-dynamic"
|
||||
case `uname -r` in
|
||||
2.*) extralibs="-lossaudio"
|
||||
2.*) extralibs="$extralibs -lossaudio"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue