Commit b7aa4a59 authored by Steven M. Schultz's avatar Steven M. Schultz Committed by Michael Niedermayer

NetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)

Originally committed as revision 3991 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cdb2c1ca
......@@ -242,6 +242,17 @@ FFSLDFLAGS=""
need_inet_aton="yes"
extralibs="$extralibs -lsocket -lnsl"
;;
NetBSD)
v4l="no"
audio_oss="yes"
dv1394="no"
make="gmake"
LDFLAGS="$LDFLAGS -export-dynamic"
case `uname -r` in
2.*) extralibs="-lossaudio"
;;
esac
;;
FreeBSD)
v4l="no"
audio_oss="yes"
......
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