OpenVisualCloud / SVT-VP9

SVT VP9 encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-VP9 encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
215 stars 46 forks source link

appveyor: remove pkg-config #137

Closed 1480c1 closed 3 years ago

1480c1 commented 3 years ago

Should fix an issue in the makefiles job

tianjunwork commented 3 years ago

Is this to fix error in: https://ci.appveyor.com/project/OpenVisualCloud/svt-vp9/builds/37537746/job/5ompt3i3coayp4ld? We need to combine the two, otherwise appveyor fails in both PRs.

1480c1 commented 3 years ago

Yes, you can cherry-pick the commit into the other pr

tianjunwork commented 3 years ago

@1480c1 Thank you.