Changeset 0c3333fa in ffmpeg

Timestamp:
Feb 11, 2019, 9:01:48 PM (6 years ago)
Author:
Marton Balint <cus@passwd.hu>
Branches:
master
Children:
6382d033
Parents:
aa25198f
git-author:
Marton Balint <cus@passwd.hu> (01/28/19 00:49:46)
git-committer:
Marton Balint <cus@passwd.hu> (02/11/19 21:01:48)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.