[MPlayer-cvslog] r23149 - trunk/configure

cehoyos subversion at mplayerhq.hu
Fri Apr 27 11:19:00 CEST 2007


Author: cehoyos
Date: Fri Apr 27 11:19:00 2007
New Revision: 23149

Log:
Fix compilation with *_PROTOCOLs in libavformat

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Apr 27 11:19:00 2007
@@ -488,6 +488,7 @@ _libavdemuxers_all=`sed -n 's/^[^#]*DEMU
 _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



More information about the MPlayer-cvslog mailing list