[FFmpeg-cvslog] configure: Add proper weak dependency of avformat on network

Diego Biurrun git at videolan.org
Tue Sep 26 21:04:07 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Jan 25 19:11:24 2017 +0100| [ab87af41636b081dd3562423999351b5444fa09e] | committer: Diego Biurrun

configure: Add proper weak dependency of avformat on network

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab87af41636b081dd3562423999351b5444fa09e
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 3904b41e36..a2223022cb 100755
--- a/configure
+++ b/configure
@@ -2484,6 +2484,7 @@ avcodec_select="null_bsf"
 avdevice_deps="avformat avcodec avutil"
 avfilter_deps="avutil"
 avformat_deps="avcodec avutil"
+avformat_suggest="network"
 avresample_deps="avutil"
 swscale_deps="avutil"
 



More information about the ffmpeg-cvslog mailing list