summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteven M. Schultz <sms@2bsd.com>2005-02-28 00:05:48 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-28 00:05:48 +0000
commitb7aa4a59c1b58a8757aa9fbcf65bdb326e8f639a (patch)
treedddba263ae2dd382dc23b65508a5c1c4fde5e8bc /configure
parentcdb2c1cacbf101edf88de8439c4dcf749aa51844 (diff)
NetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)
Originally committed as revision 3991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure b/configure
index cf865c8f9c..aa81c3a01c 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"