Commit 4552cf3b authored by diego's avatar diego

NetBSD build fix: A forgotten $extraflags caused -lm to fall off.

patch by Jan Knutar <jknutar -- at -- nic -- dot -- fi>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4619 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dcce2b21
......@@ -291,7 +291,7 @@ dv1394="no"
make="gmake"
LDFLAGS="$LDFLAGS -export-dynamic"
case `uname -r` in
2.*) extralibs="-lossaudio"
2.*) extralibs="$extralibs -lossaudio"
;;
esac
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment