1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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
configure vendored
View File

@@ -2484,6 +2484,7 @@ avcodec_select="null_bsf"
avdevice_deps="avformat avcodec avutil" avdevice_deps="avformat avcodec avutil"
avfilter_deps="avutil" avfilter_deps="avutil"
avformat_deps="avcodec avutil" avformat_deps="avcodec avutil"
avformat_suggest="network"
avresample_deps="avutil" avresample_deps="avutil"
swscale_deps="avutil" swscale_deps="avutil"