From b7aa4a59c1b58a8757aa9fbcf65bdb326e8f639a Mon Sep 17 00:00:00 2001
From: "Steven M. Schultz" <sms@2bsd.com>
Date: Mon, 28 Feb 2005 00:05:48 +0000
Subject: [PATCH] NetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)

Originally committed as revision 3991 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/configure b/configure
index cf865c8f9c0..aa81c3a01c8 100755
--- a/configure
+++ b/configure
@@ -242,6 +242,17 @@ FFSLDFLAGS=""
 need_inet_aton="yes"
 extralibs="$extralibs -lsocket -lnsl"
 ;;
+NetBSD)
+v4l="no"
+audio_oss="yes"
+dv1394="no"
+make="gmake"
+LDFLAGS="$LDFLAGS -export-dynamic"
+case `uname -r` in
+2.*) extralibs="-lossaudio"
+;;
+esac
+;;
 FreeBSD)
 v4l="no"
 audio_oss="yes"
-- 
GitLab