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:
parent
cdb2c1cacb
commit
b7aa4a59c1
11
configure
vendored
11
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user