changeset 36355:4593e5141d8e

Do not try to build FFmpeg protocols depending on external libraries.
author cehoyos
date Sat, 21 Sep 2013 00:03:09 +0000
parents c728ba2a3f70
children 7bb6989c97b8
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Sep 19 17:54:59 2013 +0000
+++ b/configure	Sat Sep 21 00:03:09 2013 +0000
@@ -1561,7 +1561,7 @@
 libavencoders=$(filter_out_component encoder 'LIB[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 TLS')
+libavprotocols=$(filter_out_component protocol 'BLURAY FFRTMPCRYPT HTTPS LIB[A-Z0-9_]* TLS')
 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