-
Notifications
You must be signed in to change notification settings - Fork 542
8237078: [macOS] Media build broken on XCode 11 #90
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
Conversation
replace the objc_msgSend call with a direct objC call. The fix works on XCode 10.1 and XCode 11.3
|
👋 Welcome back jvos! A progress list of the required criteria for merging this PR into |
kevinrushforth
left a comment
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.
I verified the fix, and confirmed that the new code is executed. This seems safe enough that a single reviewer is sufficient, although @sashamatveev might want to review as well.
|
@johanvos This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
➡️ To integrate this PR with the above commit message, type |
sashamatveev
left a comment
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.
Looks good.
|
@johanvos can you change the PR title to match the JBS title? |
|
/integrate |
|
Mailing list message from Johan Vos on openjfx-dev: Changeset: be22e85 8237078: [macOS] Media build broken on XCode 11 Reviewed-by: kcr, almatvee ! modules/javafx.media/src/main/native/jfxmedia/platform/osx/avf/AVFAudioProcessor.mm |
Fix JDK-8237078
replace the objc_msgSend call with a direct objC call.
The fix works on XCode 10.1 and XCode 11.3
Tested using
java -Djfxmedia.platforms=OSXPlatform
with MediaPlayer playing an mp3.
Progress
Issue
JDK-8237078: [macOS] Media build broken on XCode 11
Approvers