Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using pkg-config or similar for link dependencies #90

Open
skadisch opened this issue Mar 31, 2022 · 0 comments
Open

Using pkg-config or similar for link dependencies #90

skadisch opened this issue Mar 31, 2022 · 0 comments

Comments

@skadisch
Copy link
Contributor

Currently the ffmpeg libraries are linked using e.g. "-lavcodec". This can lead to problems, depending on the compile options of ffmpeg. Using "<!(pkg-config --libs libavcodec)" would solve this issue (that we face in our setup), at least on Linux platforms.

Would it be legit to use pkg-config on non-Windows systems?

I would be happy to provide a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant