Commit ab87af41 authored by Diego Biurrun's avatar Diego Biurrun

configure: Add proper weak dependency of avformat on network

parent 612cc071
...@@ -2484,6 +2484,7 @@ avcodec_select="null_bsf" ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment