You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: