configure: Add proper weak dependency of avformat on network

This commit is contained in:
Diego Biurrun 2017-01-25 19:11:24 +01:00
parent 612cc07128
commit ab87af4163
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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"