-
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
[ffmpeg] srt support #26679
[ffmpeg] srt support #26679
Conversation
libsrt was generating srt_static.lib instead of srt.lib on Windows and that was breaking the static build. Added a patch to force the correct name so pkgconfig finds it |
Actually it still doesn't work.
|
Something is missing in openssl pkgconfig |
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for openssl have changed but the version was not updated
version: 3.0.5#5
old SHA: fb562cf04b1b6b6bddf38d79bf36f456f72b5a56
new SHA: 067a790dfd1559e77d5a199ccbe982322882d667
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
You have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
Fixed by adding |
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 have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
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 have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
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 have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
Arm windows is failing at the package osg with something that looks unrelated:
|
Not sure what is going with uwp |
osg:arm64-windows also fails for #26676 (comment). |
@fran6co, From the ci error log it looks like it should be caused by not finding OpenEXR after a long list of warnings,
|
Is the OpenEXR problem related to the changes to this PR? |
OpenEXR is related to osg, osg is not related to ffmpeg |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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 have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
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 have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
@fran6co, please fix the conflicting file, thanks. |
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 have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
@JonLiu1993 done, but I don't know why it fails on uwp builds. The logs are a bit confusing to me, it says that it cascaded or something |
Sorted, srt doesn't support uwp |
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 have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
@fran6co, If the ci test failed error is not related to this pr, I will rerun ci, this is my error log, you can take a look
|
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 have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
Valid values for the license field can be found in the documentation
It seems that everything is working now |
Feature
|
Fixes #23575