Unconditionally use -lossaudio on NetBSD.

patch by Jan Knutar jknutar__@__nic__.__fi

Originally committed as revision 5364 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Jan Knutar 2006-05-11 22:20:57 +00:00 committed by Diego Biurrun
parent b565ea09c7
commit 08706ab9a2

5
configure vendored
View File

@ -312,10 +312,7 @@ audio_oss="yes"
dv1394="no"
make="gmake"
LDFLAGS="$LDFLAGS -export-dynamic"
case `uname -r` in
2.*) extralibs="$extralibs -lossaudio"
;;
esac
extralibs="$extralibs -lossaudio"
;;
OpenBSD)
v4l="no"