Commit 51587548 authored by Jan Knutar's avatar Jan Knutar Committed by Diego Biurrun

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
parent d90cbe5f
...@@ -291,7 +291,7 @@ dv1394="no" ...@@ -291,7 +291,7 @@ dv1394="no"
make="gmake" make="gmake"
LDFLAGS="$LDFLAGS -export-dynamic" LDFLAGS="$LDFLAGS -export-dynamic"
case `uname -r` in case `uname -r` in
2.*) extralibs="-lossaudio" 2.*) extralibs="$extralibs -lossaudio"
;; ;;
esac 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