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

Error compiling for iOS 11 #995

Closed
manang opened this issue Nov 11, 2017 · 2 comments
Closed

Error compiling for iOS 11 #995

manang opened this issue Nov 11, 2017 · 2 comments

Comments

@manang
Copy link

manang commented Nov 11, 2017

QtAV, Qt version and platform

Qt version = 5.9.2
QtAV commit = c00bd1a

Log file

When I try to compile I have the following error:

/Users/angelomantellini/QtAV/src/codec/video/SurfaceInteropIOSurface.mm:147:67: error: use of undeclared identifier 'i'
qWarning("error creating IOSurface texture at plane %d", i);

@manang
Copy link
Author

manang commented Nov 11, 2017

I think that you can correct like this"
qWarning("error creating IOSurface texture at plane %d", plane);

wang-bin added a commit that referenced this issue Nov 11, 2017
@wang-bin
Copy link
Owner

thanks. I don't have qt ios environment, so the code is not tested. but the code should work

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

No branches or pull requests

2 participants