[MPlayer-cvslog] r37409 - trunk/configure
michael
subversion at mplayerhq.hu
Mon Jun 1 05:28:35 CEST 2015
Author: michael
Date: Mon Jun 1 05:28:35 2015
New Revision: 37409
Log:
configure: Fix build due to h264/hevc_nvenc
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jun 1 00:15:16 2015 (r37408)
+++ trunk/configure Mon Jun 1 05:28:35 2015 (r37409)
@@ -1585,7 +1585,7 @@ libavprotocols=$(echo $libavprotocols_al
libavfilters=$(echo $libavfilters_all)
libavdecoders=$(filter_out_component decoder 'LIB[A-Z0-9_]* H264_QSV H264_MMAL')
-libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* H264_QSV NVENC[A-Z0-9_]*')
+libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* H264_QSV NVENC[A-Z0-9_]* H264_NVENC[A-Z0-9_]* HEVC_NVENC[A-Z0-9_]*')
libavdemuxers=$(filter_out_component demuxer 'AVISYNTH LIB[A-Z0-9_]* REDIR')
libavmuxers=$(filter_out_component muxer 'LIB[A-Z0-9_]* RTP RTSP SAP')
libavprotocols=$(filter_out_component protocol 'BLURAY FFRTMPCRYPT HTTPS LIB[A-Z0-9_]* TLS TLS_GNUTLS TLS_OPENSSL TLS_SECURETRANSPORT')
More information about the MPlayer-cvslog
mailing list