Commit e81b2532 authored by ramiro's avatar ramiro

Remove --disable-audio-beos option from configure.

--disable-(de)muxer=audio_beos should be used instead.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10427 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a01ccd7
...@@ -121,7 +121,6 @@ show_help(){ ...@@ -121,7 +121,6 @@ show_help(){
echo " --disable-iwmmxt disable iwmmxt usage" echo " --disable-iwmmxt disable iwmmxt usage"
echo " --disable-altivec disable AltiVec usage" echo " --disable-altivec disable AltiVec usage"
echo " --disable-audio-oss disable OSS audio support [default=no]" echo " --disable-audio-oss disable OSS audio support [default=no]"
echo " --disable-audio-beos disable BeOS audio support [default=no]"
echo " --disable-bktr disable bktr video grabbing [default=no]" echo " --disable-bktr disable bktr video grabbing [default=no]"
echo " --disable-network disable network support [default=no]" echo " --disable-network disable network support [default=no]"
echo " --disable-ipv6 disable ipv6 support [default=no]" echo " --disable-ipv6 disable ipv6 support [default=no]"
...@@ -585,7 +584,6 @@ COMPONENT_LIST=" ...@@ -585,7 +584,6 @@ COMPONENT_LIST="
CONFIG_LIST=" CONFIG_LIST="
$COMPONENT_LIST $COMPONENT_LIST
audio_beos
audio_oss audio_oss
avisynth avisynth
beos_netserver beos_netserver
...@@ -1106,7 +1104,7 @@ case $targetos in ...@@ -1106,7 +1104,7 @@ case $targetos in
LDCONFIG="echo ignoring ldconfig" LDCONFIG="echo ignoring ldconfig"
SHFLAGS=-nostart SHFLAGS=-nostart
# enable BeOS things # enable BeOS things
disabled audio_beos || enable_audio_beos audio_beos="yes"
# no need for libm, but the inet stuff # no need for libm, but the inet stuff
# Check for BONE # Check for BONE
# XXX: actually should check for NOT net_server # XXX: actually should check for NOT net_server
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment