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:
Jan Knutar 2005-09-27 08:35:12 +00:00 committed by Diego Biurrun
parent d90cbe5fe8
commit 515875484b

2
configure vendored
View File

@ -291,7 +291,7 @@ dv1394="no"
make="gmake"
LDFLAGS="$LDFLAGS -export-dynamic"
case `uname -r` in
2.*) extralibs="-lossaudio"
2.*) extralibs="$extralibs -lossaudio"
;;
esac
;;