[MPlayer-cvslog] r37381 - trunk/configure

Alexander Strasser eclipse7 at gmx.net
Sun Mar 29 04:48:15 CEST 2015


On 2015-03-28 21:32 +0200, Ivan Kalvachev wrote:
> On 3/25/15, michael <subversion at mplayerhq.hu> wrote:
> > Author: michael
> > Date: Wed Mar 25 12:03:51 2015
> > New Revision: 37381
> >
> > Log:
> > configure: disable nvenc_h265 too to avoid breaking build
> >
> > Modified:
> >    trunk/configure
> >
> > Modified: trunk/configure
> > ==============================================================================
> > --- trunk/configure	Sat Mar 14 08:24:27 2015	(r37380)
> > +++ trunk/configure	Wed Mar 25 12:03:51 2015	(r37381)
> > @@ -1581,7 +1581,7 @@ libavprotocols=$(echo $libavprotocols_al
> >  libavfilters=$(echo $libavfilters_all)
> >
> >  libavdecoders=$(filter_out_component decoder 'LIB[A-Z0-9_]* H264_QSV')
> > -libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* NVENC')
> > +libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* NVENC.*')
> 
> According to 'debianuser' from the #mplayer irc channel thins change
> removes all encoders after the NVENC ones. This includes e.g. PNG
> 
> He also says that having  "NVENC[A-Z0-9_]*" seems to work.

  Should be fixed in r37382

  I had to explicitly disable the QSV encoder. AFAICT it was
in the many disabled encoders after this commit.

  Alexander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <https://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20150329/d5022aa6/attachment.asc>


More information about the MPlayer-cvslog mailing list