You've already forked FFmpeg
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:
1
configure
vendored
1
configure
vendored
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user