mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
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"
|
||||
make="gmake"
|
||||
LDFLAGS="$LDFLAGS -export-dynamic"
|
||||
case `uname -r` in
|
||||
2.*) extralibs="$extralibs -lossaudio"
|
||||
;;
|
||||
esac
|
||||
extralibs="$extralibs -lossaudio"
|
||||
;;
|
||||
OpenBSD)
|
||||
v4l="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user