Browse Source

bsd fixes

Originally committed as revision 606 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 23 years ago
parent
commit
6063bce788
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      configure

+ 3
- 3
configure View File

@@ -70,7 +70,7 @@ extralibs="-lsocket"
fi ;; fi ;;
BSD/OS) BSD/OS)
v4l="no" v4l="no"
audio_oss="no"
audio_oss="yes"
extralibs="-lpoll -lgnugetopt -lm" extralibs="-lpoll -lgnugetopt -lm"
make="gmake" make="gmake"
;; ;;
@@ -188,7 +188,7 @@ EOF
$cc -o $TMPO $TMPC 2> /dev/null || _memalign=no $cc -o $TMPO $TMPC 2> /dev/null || _memalign=no
fi fi


if test "$1" = "-h" -o "$1" = "--help" ; then
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
cat << EOF cat << EOF


Usage: configure [options] Usage: configure [options]
@@ -215,7 +215,7 @@ echo " --extra-libs=ELIBS add ELIBS [$ELIBS]"
echo " --cpu=CPU force cpu to CPU [$cpu]" echo " --cpu=CPU force cpu to CPU [$cpu]"
echo " --disable-mmx disable mmx usage" echo " --disable-mmx disable mmx usage"
echo " --disable-audio-oss disable OSS audio support [default=no]" 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-network disable network support [default=no]"
echo " --disable-simple_idct disable simple IDCT routines [default=no]" echo " --disable-simple_idct disable simple IDCT routines [default=no]"
echo " --enable-gprof enable profiling with gprof [$gprof]" echo " --enable-gprof enable profiling with gprof [$gprof]"


Loading…
Cancel
Save