Commit 7289c765 authored by James Almer's avatar James Almer

Merge commit 'ab87af41'

* commit 'ab87af41':
  configure: Add proper weak dependency of avformat on network
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 4c359200 ab87af41
...@@ -3273,6 +3273,7 @@ avcodec_select="null_bsf" ...@@ -3273,6 +3273,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"
postproc_deps="avutil gpl" postproc_deps="avutil gpl"
swresample_deps="avutil" swresample_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