-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[libyuv] Add libyuv #7486
[libyuv] Add libyuv #7486
Conversation
de7bcac
to
22a2cae
Compare
Add libyuv
22a2cae
to
8cf2521
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -0,0 +1,4 @@ | |||
Source: libyuv | |||
Version: fec9121 | |||
Build-Depends: libjpeg-turbo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You likely don't depend on the default features, please specify exactly what features you depend on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yuvconvert requires libjpeg (or libjpeg-turbo). And, yuv_shared needed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What I was suggesting was that you write something like this: libjpeg-turbo[core, feature1, feature2, ...]
, it's fine for now but we're probably going to want to change it in the future.
@cbezault Please re-review! Thanks, |
@@ -0,0 +1,4 @@ | |||
Source: libyuv | |||
Version: fec9121 | |||
Build-Depends: libjpeg-turbo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What I was suggesting was that you write something like this: libjpeg-turbo[core, feature1, feature2, ...]
, it's fine for now but we're probably going to want to change it in the future.
This pull request will add libyuv.