comparison configure @ 34634:0ef7177a063b

Fix linking after FFmpeg merge. Protocols that are available only when librtmp is present are no longer disabled in the code, so we have to remove them in our configure.
author iive
date Tue, 14 Feb 2012 16:50:42 +0000
parents 2c9db9cb7310
children fde1a35cf043
comparison
equal deleted inserted replaced
34633:7a633f403051 34634:0ef7177a063b
6700 else 6700 else
6701 nolibrtmp=yes 6701 nolibrtmp=yes
6702 _librtmp=no 6702 _librtmp=no
6703 def_librtmp='#define CONFIG_LIBRTMP 0' 6703 def_librtmp='#define CONFIG_LIBRTMP 0'
6704 noinputmodules="librtmp $noinputmodules" 6704 noinputmodules="librtmp $noinputmodules"
6705 libavprotocols=$(echo $libavprotocols | sed -e s/RTMPE_PROTOCOL// -e s/RTMPS_PROTOCOL// -e s/RTMPT_PROTOCOL// -e s/RTMPTE_PROTOCOL// )
6705 fi 6706 fi
6706 echores "$_librtmp" 6707 echores "$_librtmp"
6707 6708
6708 6709
6709 echocheck "FFmpeg" 6710 echocheck "FFmpeg"