Remove --disable-audio-oss option from configure.
--disable-(de)muxer=oss should be used instead. Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a4db8c8921
commit
c7682de075
13
configure
vendored
13
configure
vendored
@ -120,7 +120,6 @@ show_help(){
|
|||||||
echo " --disable-armv6 disable armv6 usage"
|
echo " --disable-armv6 disable armv6 usage"
|
||||||
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-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]"
|
||||||
@ -584,7 +583,6 @@ COMPONENT_LIST="
|
|||||||
|
|
||||||
CONFIG_LIST="
|
CONFIG_LIST="
|
||||||
$COMPONENT_LIST
|
$COMPONENT_LIST
|
||||||
audio_oss
|
|
||||||
avisynth
|
avisynth
|
||||||
beos_netserver
|
beos_netserver
|
||||||
bktr
|
bktr
|
||||||
@ -781,8 +779,8 @@ libnut_demuxer_deps="libnut"
|
|||||||
libnut_muxer_deps="libnut"
|
libnut_muxer_deps="libnut"
|
||||||
mp3_demuxer_deps="mpegaudio_parser"
|
mp3_demuxer_deps="mpegaudio_parser"
|
||||||
ogg_muxer_deps="libogg"
|
ogg_muxer_deps="libogg"
|
||||||
oss_demuxer_deps="audio_oss"
|
oss_demuxer_deps_any="soundcard_h sys_soundcard_h"
|
||||||
oss_muxer_deps="audio_oss"
|
oss_muxer_deps_any="soundcard_h sys_soundcard_h"
|
||||||
redir_demuxer_deps="network"
|
redir_demuxer_deps="network"
|
||||||
rtp_muxer_deps="network mpegts_demuxer"
|
rtp_muxer_deps="network mpegts_demuxer"
|
||||||
rtsp_demuxer_deps="rtp_protocol rtp_muxer"
|
rtsp_demuxer_deps="rtp_protocol rtp_muxer"
|
||||||
@ -846,7 +844,6 @@ cpu="generic"
|
|||||||
targetos=$(tolower $(uname -s))
|
targetos=$(tolower $(uname -s))
|
||||||
|
|
||||||
# non-library system interfaces
|
# non-library system interfaces
|
||||||
audio_oss="yes"
|
|
||||||
bktr="yes"
|
bktr="yes"
|
||||||
|
|
||||||
# libraries
|
# libraries
|
||||||
@ -1707,10 +1704,8 @@ if enabled bktr; then
|
|||||||
disable bktr
|
disable bktr
|
||||||
fi
|
fi
|
||||||
|
|
||||||
enabled audio_oss &&
|
check_header sys/soundcard.h
|
||||||
check_header sys/soundcard.h ||
|
check_header soundcard.h
|
||||||
check_header soundcard.h ||
|
|
||||||
disable audio_oss
|
|
||||||
|
|
||||||
# Deal with the x11 frame grabber
|
# Deal with the x11 frame grabber
|
||||||
enabled x11grab &&
|
enabled x11grab &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user