Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Allow user to provide system installed libraries #6

Closed
chivakker opened this issue Mar 23, 2017 · 1 comment
Closed

Allow user to provide system installed libraries #6

chivakker opened this issue Mar 23, 2017 · 1 comment

Comments

@chivakker
Copy link

This could help with debugging. For example, I want to have my own compiled version of libvpx, libyami and company on a dedicated folder in my path. I don't want to run the setup* scripts but use that instead.

As a result, rtc-video-quality should report when an option on the libraries is not supported.

@pbos
Copy link
Contributor

pbos commented Mar 23, 2017

I assume vpxdec and ./setup.sh as a dependency is fine but that $PATH is used for encoders. This uses libvpx/tiny_ssim binaries that are not part of any standard distro as far as I'm aware.

What do you mean "when an option on the libraries is not supported"? Is this part what I just filed as #7? E.g. if you tell it to use libvpx, and look in $PATH for binaries, and vpxenc is not in PATH, it'll fail?

@pbos pbos closed this as completed in d6da5f9 Mar 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants