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

Originally committed as revision 3991 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Steven M. Schultz 2005-02-28 00:05:48 +00:00 committed by Michael Niedermayer
parent cdb2c1cacb
commit b7aa4a59c1

11
configure vendored
View File

@ -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"