[MPlayer-cvslog] r37403 - trunk/configure

michael subversion at mplayerhq.hu
Fri May 29 21:49:05 CEST 2015


Author: michael
Date: Fri May 29 21:49:04 2015
New Revision: 37403

Log:
configure: avoid build failure due to new TLS_SECURETRANSPORT

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed May 27 22:06:32 2015	(r37402)
+++ trunk/configure	Fri May 29 21:49:04 2015	(r37403)
@@ -1584,7 +1584,7 @@ libavdecoders=$(filter_out_component dec
 libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* H264_QSV 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')
+libavprotocols=$(filter_out_component protocol 'BLURAY FFRTMPCRYPT HTTPS LIB[A-Z0-9_]* TLS TLS_GNUTLS TLS_OPENSSL TLS_SECURETRANSPORT')
 libavfilters=$(filter_out_component filter 'FREI0R[A-Z0-9_]* LIB[A-Z0-9_]* MP OCV')
 
 # second pass command line parsing for options needing local FFmpeg checkout


More information about the MPlayer-cvslog mailing list