[MPlayer-cvslog] r37340 - trunk/configure
michael
subversion at mplayerhq.hu
Thu Dec 11 01:42:10 CET 2014
Author: michael
Date: Thu Dec 11 01:42:10 2014
New Revision: 37340
Log:
configure: filter out nvenc encoder
This avoids breaking build
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Dec 10 23:46:42 2014 (r37339)
+++ trunk/configure Thu Dec 11 01:42:10 2014 (r37340)
@@ -1581,7 +1581,7 @@ libavprotocols=$(echo $libavprotocols_al
libavfilters=$(echo $libavfilters_all)
libavdecoders=$(filter_out_component decoder 'LIB[A-Z0-9_]*')
-libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]*')
+libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* NVENC')
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')
More information about the MPlayer-cvslog
mailing list