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:
parent
b565ea09c7
commit
08706ab9a2
1 changed files with 1 additions and 4 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue