Mercurial > mplayer.hg
changeset 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 | 7a633f403051 |
children | 7e0f50b4921c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Feb 14 11:45:56 2012 +0000 +++ b/configure Tue Feb 14 16:50:42 2012 +0000 @@ -6702,6 +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// ) fi echores "$_librtmp"