[MPlayer-cvslog] r37424 - trunk/configure
michael
subversion at mplayerhq.hu
Thu Jul 9 11:44:24 CEST 2015
Author: michael
Date: Thu Jul 9 11:44:24 2015
New Revision: 37424
Log:
configure: Avoid breaking build without libmfx and soon to be pushed FFmpeg
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Jun 27 20:35:28 2015 (r37423)
+++ trunk/configure Thu Jul 9 11:44:24 2015 (r37424)
@@ -1580,8 +1580,8 @@ libavmuxers=$(echo $libavmuxers_all)
libavprotocols=$(echo $libavprotocols_all)
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_]* H264_NVENC[A-Z0-9_]* HEVC_NVENC[A-Z0-9_]* HAP')
+libavdecoders=$(filter_out_component decoder 'LIB[A-Z0-9_]* H264_QSV MPEG2_QSV HEVC_QSV H264_MMAL')
+libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* H264_QSV MPEG2_QSV HEVC_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 '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