[MPlayer-cvslog] r37381 - trunk/configure

Ivan Kalvachev ikalvachev at gmail.com
Sat Mar 28 20:32:12 CET 2015


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.


More information about the MPlayer-cvslog mailing list