aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-05-26 15:08:53 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-05-26 15:08:53 +0000
commit6063bce788b5ef7104e1898fe8ca8571a9c422f4 (patch)
tree7f109d999391b1101348e0680b40cfbebc4316a8 /configure
parent6a3d7e36c9c16088d6965500fd1d6fb0360c8faf (diff)
downloadffmpeg-6063bce788b5ef7104e1898fe8ca8571a9c422f4.tar.gz
bsd fixes
Originally committed as revision 606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index af3862efcc..b25c599528 100755
--- a/configure
+++ b/configure
@@ -70,7 +70,7 @@ extralibs="-lsocket"
fi ;;
BSD/OS)
v4l="no"
-audio_oss="no"
+audio_oss="yes"
extralibs="-lpoll -lgnugetopt -lm"
make="gmake"
;;
@@ -188,7 +188,7 @@ EOF
$cc -o $TMPO $TMPC 2> /dev/null || _memalign=no
fi
-if test "$1" = "-h" -o "$1" = "--help" ; then
+if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
cat << EOF
Usage: configure [options]
@@ -215,7 +215,7 @@ echo " --extra-libs=ELIBS add ELIBS [$ELIBS]"
echo " --cpu=CPU force cpu to CPU [$cpu]"
echo " --disable-mmx disable mmx usage"
echo " --disable-audio-oss disable OSS audio support [default=no]"
-echo " --disable-v4l video4linux grabbing [default=no]"
+echo " --disable-v4l disable video4linux grabbing [default=no]"
echo " --disable-network disable network support [default=no]"
echo " --disable-simple_idct disable simple IDCT routines [default=no]"
echo " --enable-gprof enable profiling with gprof [$gprof]"