-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[libsrt] update to v1.5.4 #43976
base: master
Are you sure you want to change the base?
[libsrt] update to v1.5.4 #43976
Conversation
ports/libsrt/fix-tool.patch
Outdated
+ srt_add_application(srt-live-transmit ${VIRTUAL_srtsupport} ${VIRTUAL_srt}) | ||
+ target_link_libraries(srt-live-transmit ${SSL_LIBRARIES}) |
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.
+ srt_add_application(srt-live-transmit ${VIRTUAL_srtsupport} ${VIRTUAL_srt}) | |
+ target_link_libraries(srt-live-transmit ${SSL_LIBRARIES}) | |
+ srt_add_application(srt-live-transmit ${VIRTUAL_srtsupport} ${VIRTUAL_srt}) | |
+ target_link_libraries(srt-live-transmit ${SSL_LIBRARIES}) |
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.
Note: Indent is tab.
ports/libsrt/fix-tool.patch
Outdated
- | ||
+ srt_add_application(srt-file-transmit ${VIRTUAL_srtsupport} ${VIRTUAL_srt}) | ||
+ target_link_libraries(srt-file-transmit ${SSL_LIBRARIES}) | ||
|
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.
Should probably keep the original empty line unchanged?
03be7f8
to
801f79d
Compare
801f79d
to
77021cc
Compare
Co-authored-by: Kai Pastor <dg0yt@darc.de>
24959a3
to
9ad1cd7
Compare
Fixes #43971
The "supports" clause reflects platforms that may be fixed by this new version.Any fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.