Mercurial > mplayer.hg
diff configure @ 22656:f60ed669c3cf
10l: omitted '-e' in my r22630 commit.
Patch from Robert Henney robh at rut dot org
author | voroshil |
---|---|
date | Sat, 17 Mar 2007 03:05:44 +0000 (2007-03-17) |
parents | a1af5c533164 |
children | bf78d0e672d3 |
line wrap: on
line diff
--- a/configure Sat Mar 17 01:20:53 2007 +0000 +++ b/configure Sat Mar 17 03:05:44 2007 +0000 @@ -7404,7 +7404,7 @@ ############################################################################# # Take care of ffmpeg dependencies if test "$_zlib" = no ; then - _libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// s/DXA_DECODER// ` + _libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// -e s/DXA_DECODER// ` _libavencoders=`echo $_libavencoders | sed -e s/FLASHSV_ENCODER// -e s/PNG_ENCODER// -e s/ZMBV_ENCODER// ` fi if test "$_amr_nb" = no && test "$_amr_nb_fixed" = no ; then