mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Fix compilation with *_PROTOCOLs in libavformat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23149 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ae0f01ef5b
commit
ff9e9407d4
2
configure
vendored
2
configure
vendored
@ -488,6 +488,7 @@ _libavdemuxers_all=`sed -n 's/^[^#]*DEMUX.*, *\(.*\)).*/\1_demuxer/p' libavforma
|
||||
_libavdemuxers=`echo $_libavdemuxers_all | sed -e s/AUDIO_DEMUXER// -e s/DC1394_DEMUXER// -e s/DV1394_DEMUXER// -e s/REDIR_DEMUXER// -e s/RTSP_DEMUXER// -e s/SDP_DEMUXER// -e s/VIDEO_GRAB_V4L_DEMUXER// -e s/VIDEO_GRAB_BKTR_DEMUXER// -e s/X11_GRAB_DEVICE_DEMUXER// -e s/V4L2_DEMUXER// -e s/LIBNUT_DEMUXER// `
|
||||
_libavmuxers_all=`sed -n 's/^[^#]*_MUX.*, *\(.*\)).*/\1_muxer/p' libavformat/allformats.c | tr '[a-z]' '[A-Z]'`
|
||||
_libavmuxers=`echo $_libavmuxers_all | sed -e s/AUDIO_MUXER// -e s/RTP_MUXER// `
|
||||
_libavprotocols_all=`sed -n 's/^[^#]*PROTOCOL.*, *\(.*\)).*/\1_protocol/p' libavformat/allformats.c | tr '[a-z]' '[A-Z]'`
|
||||
_libavcodec_so=auto
|
||||
_libavformat_a=auto
|
||||
_libavformat_so=auto
|
||||
@ -8123,6 +8124,7 @@ $_def_amr_wb
|
||||
`ff_config_enable "$_libavparsers_all" "$_libavparsers"`
|
||||
`ff_config_enable "$_libavdemuxers_all" "$_libavdemuxers"`
|
||||
`ff_config_enable "$_libavmuxers_all" "$_libavmuxers"`
|
||||
`ff_config_enable "$_libavprotocols_all" "$_libavprotocols"`
|
||||
|
||||
$_def_lavc_faac
|
||||
$_def_lavc_xvid
|
||||
|
Loading…
Reference in New Issue
Block a user