Mercurial > mplayer.hg
changeset 34640:a073753233fe
Fix linking after FFmpeg merge.
This time the rtmp protocols that are available only with librtmp
were renamed to librtmp* so we have to update the code that removes
them in our configure. Added and the basic LIBRTMP one too.
author | iive |
---|---|
date | Wed, 15 Feb 2012 14:20:45 +0000 |
parents | 3a11bcafd262 |
children | 48e5512bc17f |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Feb 14 20:23:02 2012 +0000 +++ b/configure Wed Feb 15 14:20:45 2012 +0000 @@ -6702,7 +6702,7 @@ _librtmp=no def_librtmp='#define CONFIG_LIBRTMP 0' noinputmodules="librtmp $noinputmodules" - libavprotocols=$(echo $libavprotocols | sed -e s/RTMPE_PROTOCOL// -e s/RTMPS_PROTOCOL// -e s/RTMPT_PROTOCOL// -e s/RTMPTE_PROTOCOL// ) + libavprotocols=$(echo $libavprotocols | sed -e s/LIBRTMP_PROTOCOL// -e s/LIBRTMPE_PROTOCOL// -e s/LIBRTMPS_PROTOCOL// -e s/LIBRTMPT_PROTOCOL// -e s/LIBRTMPTE_PROTOCOL// ) fi echores "$_librtmp"