Skip to content
Snippets Groups Projects
Commit d454ef5b authored by atenart's avatar atenart
Browse files

libmat2: fix dependency checks for cmd line utilities


The command line checks for command line utilities are done by trying to
access the executables and by throwing an exception when not found. This
lead to:
- The mat2 cmd line --check-dependencies option failing.
- The ffmpeg unit tests failing when ffmpeg isn't installed (even though
  it's an optional dependency).

This patch fixes it.

Signed-off-by: default avatarAntoine Tenart <antoine.tenart@ack.tf>
parent c824a68d
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment