git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b565ea0
)
Unconditionally use -lossaudio on NetBSD.
author
Jan Knutar
<jknutar@nic.fi>
Thu, 11 May 2006 22:20:57 +0000
(22:20 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 11 May 2006 22:20:57 +0000
(22:20 +0000)
patch by Jan Knutar jknutar__@__nic__.__fi
Originally committed as revision 5364 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
f2b8bac
..
0024d34
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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"