diff options
author | Marton Balint <cus@passwd.hu> | 2019-01-28 01:49:46 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2019-02-11 22:01:48 +0100 |
commit | 0c3333faf6b7bfd45ce666ae697759d9239ba587 (patch) | |
tree | 92a33b1dc39c4d38855f8e518f8cb00a76d32b8a /libavutil/pixdesc.c | |
parent | aa25198f1b925a464bdfa83a98476f08d26c9209 (diff) | |
download | ffmpeg-0c3333faf6b7bfd45ce666ae697759d9239ba587.tar.gz |
configure: warn about disabled explicitly enabled components
If we enable a component but a dependant library is disabled, then the enabled
component gets silently disabled. Warning about disabled explicitly enabled components
allows configure to show the missing dependencies and if --fatal-warnings is
used it can also fail if the user wants it so.
For example if libdav1d is not availble ./configure --enable-decoder=libdav1d
succeeds but the libdav1d decoder is not be enabled. After the patch configure
will warn about this:
WARNING: Disabled libdav1d_decoder because not all dependencies are satisfied: libdav1d
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavutil/pixdesc.c')
0 files changed, 0 insertions, 0 deletions