Skip to content
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

avfilter/transpose_vt: fix build on xcode 16 #465

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

gnattu
Copy link
Member

@gnattu gnattu commented Sep 26, 2024

Xcode 16 marks VTPixelRotationSessionRef as macOS 13+ only type as well. As it is technically only a pointer, use type void* in the struct and cast to VTPixelRotationSessionRef when using.

Changes

Issues

Xcode 16 marks VTPixelRotationSessionRef as macOS 13+ only type as well.
As it is technically only a pointer, use type void* in the struct and cast to VTPixelRotationSessionRef
when using.
@gnattu gnattu requested a review from a team September 26, 2024 09:50
@gnattu gnattu merged commit 2fad34d into jellyfin Sep 26, 2024
25 of 27 checks passed
@gnattu gnattu deleted the fix-transpose-vt-build-xcode16 branch September 26, 2024 11:04
@nyanmisaka
Copy link
Member

The submodule gnulib of libiconv fails due to coreutils/gnulib@d340654.

2024-09-26T10:41:40.9630047Z #9 125.5 checking whether to activate relocatable installation... no
2024-09-26T10:41:40.9631143Z #9 125.5 ./configure: line 13015: syntax error near unexpected token `reloc_final_prefix'
2024-09-26T10:41:40.9632263Z #9 125.5 ./configure: line 13015: `    gl_BUILD_TO_HOST(reloc_final_prefix)'
2024-09-26T10:41:40.9633197Z #9 125.5 configure: error: ./configure failed for libcharset
2024-09-26T10:41:41.1474850Z #9 ERROR: process "/bin/sh -c run_stage /stage.sh" did not complete successfully: exit code: 2

url = https://github.com/coreutils/gnulib.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants