diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-27 09:19:00 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-27 09:19:00 +0000 |
commit | ff9e9407d43f0a684cdedb6a1e8c748b71a346c3 (patch) | |
tree | e513bf7008d2909ac71dac11b184da76f820f6ff /configure | |
parent | ae0f01ef5b3a85a4196bbaf2f9bcdf1f54fed0ec (diff) |
Fix compilation with *_PROTOCOLs in libavformat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23149 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |