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
5
configure
vendored
5
configure
vendored
@ -312,10 +312,7 @@ audio_oss="yes"
|
|||||||
dv1394="no"
|
dv1394="no"
|
||||||
make="gmake"
|
make="gmake"
|
||||||
LDFLAGS="$LDFLAGS -export-dynamic"
|
LDFLAGS="$LDFLAGS -export-dynamic"
|
||||||
case `uname -r` in
|
extralibs="$extralibs -lossaudio"
|
||||||
2.*) extralibs="$extralibs -lossaudio"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
OpenBSD)
|
OpenBSD)
|
||||||
v4l="no"
|
v4l="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user