Commit 08706ab9 authored by Jan Knutar's avatar Jan Knutar Committed by Diego Biurrun

Unconditionally use -lossaudio on NetBSD.

patch by Jan Knutar jknutar__@__nic__.__fi

Originally committed as revision 5364 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b565ea09
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment