Commit df1481e2 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3991 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e0e02676
......@@ -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