[MPlayer-cvslog] r37553 - trunk/configure

michael subversion at mplayerhq.hu
Sat Nov 14 17:18:38 CET 2015


Author: michael
Date: Sat Nov 14 17:18:38 2015
New Revision: 37553

Log:
confiure: Fix build after 4c8d86eb18e2fc8fcd5819a33599422454fdeff8

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Nov  8 01:52:05 2015	(r37552)
+++ trunk/configure	Sat Nov 14 17:18:38 2015	(r37553)
@@ -1584,7 +1584,7 @@ libavdecoders=$(filter_out_component dec
 libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* H264_QSV MJPEG_QSV MPEG2_QSV HEVC_QSV VC1_MMAL VC1_QSV NVENC[A-Z0-9_]* H264_NVENC[A-Z0-9_]* HEVC_NVENC[A-Z0-9_]* HAP')
 libavdemuxers=$(filter_out_component demuxer 'AVISYNTH LIB[A-Z0-9_]* REDIR')
 libavmuxers=$(filter_out_component muxer 'CHROMAPRINT 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')
+libavprotocols=$(filter_out_component protocol 'BLURAY FFRTMPCRYPT HTTPS LIB[A-Z0-9_]* TLS TLS_GNUTLS TLS_OPENSSL TLS_SECURETRANSPORT TLS_SCHANNEL')
 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